mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-20 06:01:28 -03:30
ensure spacing on string of flags
This commit is contained in:
parent
04a769bb37
commit
3f302c8d47
@ -83,7 +83,7 @@ spec:
|
||||
{% endif %}
|
||||
{% if apiserver_custom_flags is string %}
|
||||
- {{ apiserver_custom_flags }}
|
||||
{% else % }
|
||||
{% else %}
|
||||
{% for flag in apiserver_custom_flags %}
|
||||
- {{ flag }}
|
||||
{% endfor %}
|
||||
|
||||
@ -48,7 +48,7 @@ spec:
|
||||
{% endif %}
|
||||
{% if controller_mgr_custom_flags is string %}
|
||||
- {{ controller_mgr_custom_flags }}
|
||||
{% else % }
|
||||
{% else %}
|
||||
{% for flag in controller_mgr_custom_flags %}
|
||||
- {{ flag }}
|
||||
{% endfor %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user