From d8b046dc97842b53e003428daf6123ee2ca3fbe4 Mon Sep 17 00:00:00 2001 From: zhenyus Date: Fri, 21 Feb 2025 17:28:26 +0800 Subject: [PATCH] feat(mongo): remove pod and container security context configurations in values.alpha.yaml Signed-off-by: zhenyus --- freeleaps/helm-pkg/3rd/mongo/values.alpha.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/freeleaps/helm-pkg/3rd/mongo/values.alpha.yaml b/freeleaps/helm-pkg/3rd/mongo/values.alpha.yaml index b9cfed04..18745b06 100644 --- a/freeleaps/helm-pkg/3rd/mongo/values.alpha.yaml +++ b/freeleaps/helm-pkg/3rd/mongo/values.alpha.yaml @@ -12,13 +12,6 @@ image: pullPolicy: IfNotPresent architecture: standalone useStatefulSet: true -podSecurityContext: - enabled: true - fsGroup: 999 -containerSecurityContext: - enabled: true - runAsUser: 999 - runAsGroup: 999 auth: enabled: false extraEnvVars: []