mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-19 23:07:47 -02:30
Merge pull request #1136 from adidenko/fix-calico-policy-order
Move calico-policy-controller into separate role
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user