From 5eccf9ea6ca41cf7bf840a52ec3ec84a3ec51d1a Mon Sep 17 00:00:00 2001 From: Anurag Ojha <160232626+intojhanurag@users.noreply.github.com> Date: Fri, 14 Nov 2025 20:09:38 +0530 Subject: [PATCH] fix(cilium):correct loadBalancer.mode rendering in values.yaml (#12701) --- 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 }}