From 5258856acdafe6fa07117b54f5d87fc6a0346993 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Thu, 9 May 2024 13:40:21 -0400 Subject: [PATCH] fix(kapowarr): fix securityContext --- cluster/apps/download/kapowarr/helm-release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cluster/apps/download/kapowarr/helm-release.yaml b/cluster/apps/download/kapowarr/helm-release.yaml index b19880e..e5b03af 100644 --- a/cluster/apps/download/kapowarr/helm-release.yaml +++ b/cluster/apps/download/kapowarr/helm-release.yaml @@ -20,9 +20,9 @@ spec: main: pod: securityContext: - runAsNonRoot: true - runAsUser: 10000 - runAsGroup: 10000 +# runAsNonRoot: true +# runAsUser: 10000 +# runAsGroup: 10000 fsGroup: 10000 fsGroupChangePolicy: OnRootMismatch