mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 05:45:06 +03:00
fix: add cilium extraConfig values (#12335)
This commit is contained in:
committed by
GitHub
parent
479e239016
commit
8cc5897d5c
@@ -162,3 +162,6 @@ envoy:
|
|||||||
image:
|
image:
|
||||||
repositry: {{ cilium_hubble_envoy_image_repo }}
|
repositry: {{ cilium_hubble_envoy_image_repo }}
|
||||||
tag: {{ cilium_hubble_envoy_image_tag }}
|
tag: {{ cilium_hubble_envoy_image_tag }}
|
||||||
|
|
||||||
|
extraConfig:
|
||||||
|
{{ cilium_config_extra_vars | to_yaml | indent(2) }}
|
||||||
|
|||||||
Reference in New Issue
Block a user