@ -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:
{% if controller_mgr_custom_flags is string %}
- {{ controller_mgr_custom_flags }}
{% for flag in controller_mgr_custom_flags %}