mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 05:45:06 +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:
|
hostFirewall:
|
||||||
enabled: {{ cilium_enable_host_firewall | to_json }}
|
enabled: {{ cilium_enable_host_firewall | to_json }}
|
||||||
|
|
||||||
|
policyAuditMode: {{ cilium_policy_audit_mode | to_json }}
|
||||||
|
|
||||||
certgen:
|
certgen:
|
||||||
image:
|
image:
|
||||||
repository: {{ cilium_hubble_certgen_image_repo }}
|
repository: {{ cilium_hubble_certgen_image_repo }}
|
||||||
|
|||||||
Reference in New Issue
Block a user