mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-16 08:27:31 -02:30
Add cilium_extra_values to make use of any cilium values (#12375)
fix noqa
This commit is contained in:
@@ -45,6 +45,14 @@
|
||||
when:
|
||||
- inventory_hostname == groups['kube_control_plane'][0]
|
||||
|
||||
- name: Cilium | Copy extra values
|
||||
copy:
|
||||
content: "{{ cilium_extra_values | to_nice_yaml(indent=2) }}"
|
||||
dest: "{{ kube_config_dir }}/cilium-extra-values.yaml"
|
||||
mode: "0644"
|
||||
when:
|
||||
- inventory_hostname == groups['kube_control_plane'][0]
|
||||
|
||||
- name: Cilium | Copy Ciliumcli binary from download dir
|
||||
copy:
|
||||
src: "{{ local_release_dir }}/cilium"
|
||||
|
||||
Reference in New Issue
Block a user