From f9e82eb6f54e696181617a32b1e6d16234593636 Mon Sep 17 00:00:00 2001 From: k8s-infra-cherrypick-robot <90416843+k8s-infra-cherrypick-robot@users.noreply.github.com> Date: Fri, 14 Nov 2025 07:03:41 -0800 Subject: [PATCH] fix(cilium):correct loadBalancer.mode rendering in values.yaml (#12704) Co-authored-by: Anurag Ojha --- roles/network_plugin/cilium/templates/values.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/network_plugin/cilium/templates/values.yaml.j2 b/roles/network_plugin/cilium/templates/values.yaml.j2 index d5e5f43d7..e0e6b3427 100644 --- a/roles/network_plugin/cilium/templates/values.yaml.j2 +++ b/roles/network_plugin/cilium/templates/values.yaml.j2 @@ -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 }}