fix indentation for master template (#1906)
This commit is contained in:
parent
4470ee4ccf
commit
19962f6b6a
1 changed files with 2 additions and 2 deletions
|
@ -78,9 +78,9 @@ spec:
|
|||
{% endfor %}
|
||||
{% endif %}
|
||||
{% if enable_network_policy %}
|
||||
{%- if kube_version | version_compare('v1.8', '<') -%}
|
||||
{% if kube_version | version_compare('v1.8', '<') %}
|
||||
- --runtime-config=extensions/v1beta1/networkpolicies=true
|
||||
{%- endif -%}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
- --v={{ kube_log_level }}
|
||||
- --allow-privileged=true
|
||||
|
|
Loading…
Reference in a new issue