From 846073d5a8cacad468caf4ea5cada5b9525157f1 Mon Sep 17 00:00:00 2001 From: zhenyus Date: Fri, 21 Feb 2025 16:40:26 +0800 Subject: [PATCH] feat(mongo): add allowPrivilegeEscalation configuration to container 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 622a57ef..17c336e7 100644 --- a/freeleaps/helm-pkg/3rd/mongo/values.alpha.yaml +++ b/freeleaps/helm-pkg/3rd/mongo/values.alpha.yaml @@ -20,6 +20,7 @@ containerSecurityContext: runAsGroup: 0 runAsNonRoot: false privileged: true + allowPrivilegeEscalation: true auth: enabled: false extraEnvVars: []