Xuhui Sun
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
3 additions and
0 deletions
-
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 }} |
|
|
|