Merge pull request #1136 from adidenko/fix-calico-policy-order

Move calico-policy-controller into separate role
This commit is contained in:
Matthew Mosesohn
2017-03-17 17:32:14 +03:00
committed by GitHub
11 changed files with 33 additions and 22 deletions

View File

@@ -64,7 +64,7 @@ spec:
- --runtime-config={{ conf }}
{% endfor %}
{% endif %}
{% if enable_network_policy is defined and enable_network_policy == True %}
{% if enable_network_policy %}
- --runtime-config=extensions/v1beta1/networkpolicies=true
{% endif %}
- --v={{ kube_log_level }}