Browse Source

🐛 fix missing cilium_enable_bgp_control_plane config (#12430)

pull/11994/head
Xuhui Sun 2 months ago
committed by GitHub
parent
commit
95640819f5
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions
  1. 3
      roles/network_plugin/cilium/templates/values.yaml.j2

3
roles/network_plugin/cilium/templates/values.yaml.j2

@ -18,6 +18,9 @@ ipv6:
l2announcements: l2announcements:
enabled: {{ cilium_l2announcements | to_json }} enabled: {{ cilium_l2announcements | to_json }}
bgpControlPlane:
enabled: {{ cilium_enable_bgp_control_plane | to_json }}
healthPort: {{ cilium_agent_health_port }} healthPort: {{ cilium_agent_health_port }}
identityAllocationMode: {{ cilium_identity_allocation_mode }} identityAllocationMode: {{ cilium_identity_allocation_mode }}

Loading…
Cancel
Save