fix(cilium):correct loadBalancer.mode rendering in values.yaml (#12705)

Co-authored-by: Anurag Ojha <aojharaj2004@gmail.com>
This commit is contained in:
k8s-infra-cherrypick-robot 2025-11-14 07:01:40 -08:00 committed by GitHub
parent e5a1f68a2c
commit 3c0cff983d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,7 @@ identityAllocationMode: {{ cilium_identity_allocation_mode }}
tunnelProtocol: {{ cilium_tunnel_mode }}
loadbalancer:
loadBalancer:
mode: {{ cilium_loadbalancer_mode }}
kubeProxyReplacement: {{ cilium_kube_proxy_replacement | to_json }}