master: removing agressive jinja newline stripping

This commit is contained in:
nhaveric 2017-04-07 16:05:23 +02:00
parent 043a874e74
commit dcf0360d8f

View file

@ -59,16 +59,14 @@ spec:
- --oidc-groups-claim={{ kube_oidc_groups_claim }}
{% endif %}
{% endif %}
{% if authorization_mode is defined %}
- --authorization-mode={{ authorization_mode }}
{% endif %}
- --secure-port={{ kube_apiserver_port }}
- --storage-backend={{ kube_apiserver_storage_backend }}
{% if kube_api_insecure %}
- --insecure-port={{ kube_apiserver_insecure_port }}
{% endif %}
{% if kube_api_custum_config is defined %}
{% for conf in kube_api_custom_config %}
- {{ conf }}
{% endfor %}
{% endif %}
{% if kube_api_runtime_config is defined %}
{% for conf in kube_api_runtime_config %}
- --runtime-config={{ conf }}