From 4718bb3002881794854368b7333a465e50348858 Mon Sep 17 00:00:00 2001 From: zhenyus Date: Fri, 21 Feb 2025 17:01:28 +0800 Subject: [PATCH] feat(mongo): update fsGroup and runAsUser/group in values.alpha.yaml Signed-off-by: zhenyus --- freeleaps/helm-pkg/3rd/mongo/values.alpha.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/freeleaps/helm-pkg/3rd/mongo/values.alpha.yaml b/freeleaps/helm-pkg/3rd/mongo/values.alpha.yaml index a2a54684..b9cfed04 100644 --- a/freeleaps/helm-pkg/3rd/mongo/values.alpha.yaml +++ b/freeleaps/helm-pkg/3rd/mongo/values.alpha.yaml @@ -14,11 +14,11 @@ architecture: standalone useStatefulSet: true podSecurityContext: enabled: true - fsGroup: 1000 + fsGroup: 999 containerSecurityContext: enabled: true - runAsUser: 1000 - runAsGroup: 1000 + runAsUser: 999 + runAsGroup: 999 auth: enabled: false extraEnvVars: []