Fix old usage of network_plugin var
This commit is contained in:
parent
c8f90f0f8d
commit
550f6868ff
@ -27,7 +27,7 @@ service-cidr: {{ kubernetes.ipPool.ipv4.service_cidr }}
|
||||
egress-selector-mode: disabled
|
||||
|
||||
# Network-plugin
|
||||
{% if kubernetes.network_plugin == "flannel" %}
|
||||
{% if kubernetes.network.plugin == "flannel" %}
|
||||
flannel-backend: vxlan
|
||||
{% else %}
|
||||
disable-network-policy: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user