master: removing agressive jinja newline stripping
This commit is contained in:
parent
043a874e74
commit
dcf0360d8f
1 changed files with 3 additions and 5 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue