From d02ae411f3b4b9f9b2c83e8ae36da96cc6421e1b Mon Sep 17 00:00:00 2001 From: Tharsanan1 Date: Wed, 30 Oct 2024 08:54:58 +0530 Subject: [PATCH] Fix openshift permission issue --- helm-charts/values.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/helm-charts/values.yaml b/helm-charts/values.yaml index 2e7058d64..0e9455a83 100644 --- a/helm-charts/values.yaml +++ b/helm-charts/values.yaml @@ -383,12 +383,13 @@ postgresql: runAsNonRoot: true seccompProfile: type: RuntimeDefault + fsGroup: 1001 containerSecurityContext: enabled: true allowPrivilegeEscalation: false capabilities: drop: ["ALL"] - runAsUser: null + runAsUser: 1001 image: debug: true @@ -407,12 +408,13 @@ redis: runAsNonRoot: true seccompProfile: type: RuntimeDefault + fsGroup: 1001 containerSecurityContext: enabled: true allowPrivilegeEscalation: false capabilities: drop: ["ALL"] - runAsUser: null + runAsUser: 1001 auth: enabled: false image: