bug: fix missing cilium_enable_bgp_control_plane config (#12432)

Co-authored-by: XuhuiSun95 <ericsun1995@gmail.com>
This commit is contained in:
k8s-infra-cherrypick-robot 2025-07-26 22:10:27 -07:00 committed by GitHub
parent 86fcc2ba59
commit f815c80139
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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