fix: add cilium extraConfig values (#12338)

Co-authored-by: atobaum <atobaum@gmail.com>
This commit is contained in:
k8s-infra-cherrypick-robot
2025-06-24 00:00:31 -07:00
committed by GitHub
parent 1e76d9113b
commit 9a86253beb

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) }}