mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-13 14:48:00 -03:30
Fix cilium portmap (#12814)
This commit is contained in:
@@ -30,13 +30,6 @@
|
||||
when:
|
||||
- cilium_identity_allocation_mode == "kvstore"
|
||||
|
||||
- name: Cilium | Enable portmap addon
|
||||
template:
|
||||
src: 000-cilium-portmap.conflist.j2
|
||||
dest: /etc/cni/net.d/000-cilium-portmap.conflist
|
||||
mode: "0644"
|
||||
when: cilium_enable_portmap
|
||||
|
||||
- name: Cilium | Render values
|
||||
template:
|
||||
src: values.yaml.j2
|
||||
|
||||
Reference in New Issue
Block a user