From 62c8f5d99ed8cba3016663a0705c500a8a8e0cc3 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Tue, 4 Jun 2024 19:14:38 -0400 Subject: [PATCH] fix(huginn): remove setting uid and gid for pod --- cluster/apps/default/huginn/helm-release.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cluster/apps/default/huginn/helm-release.yaml b/cluster/apps/default/huginn/helm-release.yaml index 9945005..1c2d181 100644 --- a/cluster/apps/default/huginn/helm-release.yaml +++ b/cluster/apps/default/huginn/helm-release.yaml @@ -21,10 +21,10 @@ spec: pod: securityContext: runAsNonRoot: true - runAsUser: 10000 - runAsGroup: 10000 - fsGroup: 10000 - fsGroupChangePolicy: OnRootMismatch +# runAsUser: 10000 +# runAsGroup: 10000 +# fsGroup: 10000 +# fsGroupChangePolicy: OnRootMismatch containers: main: