ensure spacing on string of flags
parent
04a769bb37
commit
3f302c8d47
|
@ -83,7 +83,7 @@ spec:
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if apiserver_custom_flags is string %}
|
{% if apiserver_custom_flags is string %}
|
||||||
- {{ apiserver_custom_flags }}
|
- {{ apiserver_custom_flags }}
|
||||||
{% else % }
|
{% else %}
|
||||||
{% for flag in apiserver_custom_flags %}
|
{% for flag in apiserver_custom_flags %}
|
||||||
- {{ flag }}
|
- {{ flag }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
|
@ -48,7 +48,7 @@ spec:
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if controller_mgr_custom_flags is string %}
|
{% if controller_mgr_custom_flags is string %}
|
||||||
- {{ controller_mgr_custom_flags }}
|
- {{ controller_mgr_custom_flags }}
|
||||||
{% else % }
|
{% else %}
|
||||||
{% for flag in controller_mgr_custom_flags %}
|
{% for flag in controller_mgr_custom_flags %}
|
||||||
- {{ flag }}
|
- {{ flag }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in New Issue