Added apiserver extra args variable for kubeadm config (#2291)

This commit is contained in:
Maxim Krasilnikov
2018-02-12 10:29:46 +03:00
committed by GitHub
parent 46284198f8
commit 03c61685fb
3 changed files with 6 additions and 2 deletions

View File

@@ -115,9 +115,9 @@ spec:
{% if apiserver_custom_flags is string %}
- {{ apiserver_custom_flags }}
{% else %}
{% for flag in apiserver_custom_flags %}
{% for flag in apiserver_custom_flags %}
- {{ flag }}
{% endfor %}
{% endfor %}
{% endif %}
livenessProbe:
httpGet: