From e0ba1e93330ef44d84938f2c4204091b192771f3 Mon Sep 17 00:00:00 2001 From: zhenyus Date: Fri, 21 Feb 2025 16:41:34 +0800 Subject: [PATCH] feat(mongo): update values.alpha.yaml to disable StatefulSet and modify security context settings Signed-off-by: zhenyus --- freeleaps/helm-pkg/3rd/mongo/values.alpha.yaml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/freeleaps/helm-pkg/3rd/mongo/values.alpha.yaml b/freeleaps/helm-pkg/3rd/mongo/values.alpha.yaml index 17c336e7..892e15b4 100644 --- a/freeleaps/helm-pkg/3rd/mongo/values.alpha.yaml +++ b/freeleaps/helm-pkg/3rd/mongo/values.alpha.yaml @@ -11,16 +11,7 @@ image: tag: 8.0.4-debian-12-r3 pullPolicy: IfNotPresent architecture: standalone -useStatefulSet: true -podSecurityContext: - enabled: true -containerSecurityContext: - enabled: true - runAsUser: 0 - runAsGroup: 0 - runAsNonRoot: false - privileged: true - allowPrivilegeEscalation: true +useStatefulSet: false auth: enabled: false extraEnvVars: []