From 6545f646c3a7a27a6e8d36ea58704f22746cc30d Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Thu, 3 Nov 2022 04:09:19 +0100 Subject: [PATCH] chore(helm): Running frontend as default nginx user Signed-off-by: rjshrjndrn --- scripts/helmcharts/openreplay/charts/frontend/values.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/scripts/helmcharts/openreplay/charts/frontend/values.yaml b/scripts/helmcharts/openreplay/charts/frontend/values.yaml index ef8815d4f..1171b284d 100644 --- a/scripts/helmcharts/openreplay/charts/frontend/values.yaml +++ b/scripts/helmcharts/openreplay/charts/frontend/values.yaml @@ -25,14 +25,6 @@ serviceAccount: podAnnotations: {} -securityContext: - runAsUser: 1001 - runAsGroup: 1001 -podSecurityContext: - runAsUser: 1001 - runAsGroup: 1001 - fsGroup: 1001 - fsGroupChangePolicy: "OnRootMismatch" # podSecurityContext: {} # fsGroup: 2000