feat(mongo): add allowPrivilegeEscalation configuration to container security context in values.alpha.yaml
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
cca2d8704b
commit
846073d5a8
@ -20,6 +20,7 @@ containerSecurityContext:
|
|||||||
runAsGroup: 0
|
runAsGroup: 0
|
||||||
runAsNonRoot: false
|
runAsNonRoot: false
|
||||||
privileged: true
|
privileged: true
|
||||||
|
allowPrivilegeEscalation: true
|
||||||
auth:
|
auth:
|
||||||
enabled: false
|
enabled: false
|
||||||
extraEnvVars: []
|
extraEnvVars: []
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user