From 12956b7670a927f07d388a070dbc088ffd57005b Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Thu, 15 Sep 2022 19:26:10 +0200 Subject: [PATCH] chore(helm): run chalice as root user, because of multiple process issue. Signed-off-by: rjshrjndrn --- scripts/helmcharts/openreplay/values.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scripts/helmcharts/openreplay/values.yaml b/scripts/helmcharts/openreplay/values.yaml index 1652dedab..24f358283 100644 --- a/scripts/helmcharts/openreplay/values.yaml +++ b/scripts/helmcharts/openreplay/values.yaml @@ -113,6 +113,13 @@ storage: fsGroup: 0 fsGroupChangePolicy: "OnRootMismatch" +chalice: + podSecurityContext: + runAsUser: 0 + runAsGroup: 0 + fsGroup: 0 + fsGroupChangePolicy: "OnRootMismatch" + ingress-nginx: enabled: true controller: