From 9b404a4ea44db48831b9f99e8cd360f6ce5c07ef Mon Sep 17 00:00:00 2001 From: zhenyus Date: Fri, 21 Feb 2025 16:57:30 +0800 Subject: [PATCH] feat(mongo): add fsGroup configuration to pod security context in values.alpha.yaml Signed-off-by: zhenyus --- freeleaps/helm-pkg/3rd/mongo/values.alpha.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/freeleaps/helm-pkg/3rd/mongo/values.alpha.yaml b/freeleaps/helm-pkg/3rd/mongo/values.alpha.yaml index e62ab1ea..d8de8f59 100644 --- a/freeleaps/helm-pkg/3rd/mongo/values.alpha.yaml +++ b/freeleaps/helm-pkg/3rd/mongo/values.alpha.yaml @@ -14,6 +14,7 @@ architecture: standalone useStatefulSet: true podSecurityContext: enabled: true + fsGroup: 1000 containerSecurityContext: enabled: true runAsUser: 1000