Skip to content
Snippets Groups Projects
Unverified Commit 4470ee4c authored by Spencer Smith's avatar Spencer Smith Committed by GitHub
Browse files

Merge pull request #1887 from mattymo/fix_indent_apiserver

fix indentation for network policy option
parents d738acf6 564de079
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment