From f815c801393aa413452f18455c24ae37179b2c2c Mon Sep 17 00:00:00 2001 From: k8s-infra-cherrypick-robot <90416843+k8s-infra-cherrypick-robot@users.noreply.github.com> Date: Sat, 26 Jul 2025 22:10:27 -0700 Subject: [PATCH] bug: fix missing cilium_enable_bgp_control_plane config (#12432) Co-authored-by: XuhuiSun95 --- roles/network_plugin/cilium/templates/values.yaml.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/network_plugin/cilium/templates/values.yaml.j2 b/roles/network_plugin/cilium/templates/values.yaml.j2 index 08cb6a629..2bd101c2f 100644 --- a/roles/network_plugin/cilium/templates/values.yaml.j2 +++ b/roles/network_plugin/cilium/templates/values.yaml.j2 @@ -18,6 +18,9 @@ ipv6: l2announcements: enabled: {{ cilium_l2announcements | to_json }} +bgpControlPlane: + enabled: {{ cilium_enable_bgp_control_plane | to_json }} + healthPort: {{ cilium_agent_health_port }} identityAllocationMode: {{ cilium_identity_allocation_mode }}