mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-13 21:34:40 +03:00
Fix cilium_policy_audit_mode variable (#12612)
Signed-off-by: Ali Afsharzadeh <afsharzadeh8@gmail.com> Co-authored-by: Ali Afsharzadeh <afsharzadeh8@gmail.com>
This commit is contained in:
committed by
GitHub
parent
0a975f6447
commit
40e015f98f
@@ -158,6 +158,8 @@ enableIPv6Masquerade: {{ cilium_enable_ipv6_masquerade | to_json }}
|
||||
hostFirewall:
|
||||
enabled: {{ cilium_enable_host_firewall | to_json }}
|
||||
|
||||
policyAuditMode: {{ cilium_policy_audit_mode | to_json }}
|
||||
|
||||
certgen:
|
||||
image:
|
||||
repository: {{ cilium_hubble_certgen_image_repo }}
|
||||
|
||||
Reference in New Issue
Block a user