Add cilium_extra_values to make use of any cilium values (#12375)

fix noqa
This commit is contained in:
Clement Phu
2025-08-09 05:29:43 +02:00
committed by GitHub
parent 502ba663c5
commit 6c147dfe3c
4 changed files with 17 additions and 1 deletions

View File

@@ -12,7 +12,7 @@
- name: Cilium | Install
environment: "{{ proxy_env }}"
command: "{{ bin_dir }}/cilium {{ cilium_action }} --version {{ cilium_version }} -f {{ kube_config_dir }}/cilium-values.yaml {{ cilium_install_extra_flags }}"
command: "{{ bin_dir }}/cilium {{ cilium_action }} --version {{ cilium_version }} -f {{ kube_config_dir }}/cilium-values.yaml -f {{ kube_config_dir }}/cilium-extra-values.yaml {{ cilium_install_extra_flags }}"
when: inventory_hostname == groups['kube_control_plane'][0]
- name: Cilium | Wait for pods to run