From 9fbc5bd02fa14ccf84a214481641c85c7237b69b Mon Sep 17 00:00:00 2001 From: MiniDigger | Martin Date: Mon, 31 Oct 2022 19:23:00 +0100 Subject: [PATCH] fix(chart): fix security context --- chart/values.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chart/values.yaml b/chart/values.yaml index c9d4758da..b1e0ccc12 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -34,7 +34,9 @@ frontend: podAnnotations: {} podSecurityContext: + fsGroup: 1000 runAsNonRoot: true + runAsUser: 1000 securityContext: allowPrivilegeEscalation: false @@ -116,7 +118,9 @@ backend: podAnnotations: {} podSecurityContext: + fsGroup: 1000 runAsNonRoot: true + runAsUser: 1000 securityContext: allowPrivilegeEscalation: false