Merge pull request #1887 from mattymo/fix_indent_apiserver

fix indentation for network policy option
This commit is contained in:
Spencer Smith 2017-10-30 11:33:13 -04:00 committed by GitHub
commit 4470ee4ccf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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