feat(mongo): add fsGroup configuration to pod security context in values.alpha.yaml
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
bb7b1e8600
commit
9b404a4ea4
@ -14,6 +14,7 @@ architecture: standalone
|
|||||||
useStatefulSet: true
|
useStatefulSet: true
|
||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
fsGroup: 1000
|
||||||
containerSecurityContext:
|
containerSecurityContext:
|
||||||
enabled: true
|
enabled: true
|
||||||
runAsUser: 1000
|
runAsUser: 1000
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user