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:
zhenyus 2025-02-21 16:57:30 +08:00
parent bb7b1e8600
commit 9b404a4ea4

View File

@ -14,6 +14,7 @@ architecture: standalone
useStatefulSet: true
podSecurityContext:
enabled: true
fsGroup: 1000
containerSecurityContext:
enabled: true
runAsUser: 1000