fix: add cilium extraConfig values (#12335)

This commit is contained in:
Kim Hyunyoung, Abel
2025-06-24 15:36:29 +09:00
committed by GitHub
parent 479e239016
commit 8cc5897d5c

View File

@@ -162,3 +162,6 @@ envoy:
image:
repositry: {{ cilium_hubble_envoy_image_repo }}
tag: {{ cilium_hubble_envoy_image_tag }}
extraConfig:
{{ cilium_config_extra_vars | to_yaml | indent(2) }}