feat(mongo): add security context configurations to values.alpha.yaml
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
49162abfb0
commit
04e57693c4
@ -12,6 +12,12 @@ image:
|
|||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
architecture: standalone
|
architecture: standalone
|
||||||
useStatefulSet: true
|
useStatefulSet: true
|
||||||
|
podSecurityContext:
|
||||||
|
enabled: true
|
||||||
|
containerSecurityContext:
|
||||||
|
enabled: true
|
||||||
|
runAsUser: 0
|
||||||
|
runAsGroup: 0
|
||||||
auth:
|
auth:
|
||||||
enabled: false
|
enabled: false
|
||||||
extraEnvVars: []
|
extraEnvVars: []
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user