Commit ae9b48f 1 parent 97bbff0 commit ae9b48f Copy full SHA for ae9b48f
File tree 2 files changed +2
-2
lines changed
charts/kubewarden-defaults
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ questions:
51
51
Number of replicas of the PolicyServer Deployment
52
52
group : " Default PolicyServer HA"
53
53
# no-privilege-escalation policy settings
54
- - variable : recommendedPolicies.allowPrivilegeEscalationPolicy.settings.default_allow_privilege_escalation
54
+ - variable : recommendedPolicies.allowPrivilegeEscalationPolicy.settings.allowPrivilegeEscalation
55
55
description : >-
56
56
This policy works by inspecting the containers and init containers of a Pod.
57
57
If any of these containers have `allowPrivilegeEscalation` enabled, the Pod
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ recommendedPolicies:
135
135
tag : v0.2.6
136
136
name : " no-privilege-escalation"
137
137
settings :
138
- default_allow_privilege_escalation : false
138
+ allowPrivilegeEscalation : false
139
139
hostNamespacePolicy :
140
140
module :
141
141
repository : " kubewarden/policies/host-namespaces-psp"
You can’t perform that action at this time.
0 commit comments