From c359d65d524d95044fe09a02e898aecab6cae549 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Fri, 2 Jun 2023 00:05:37 -0400 Subject: [PATCH] mylar3 doesn't support runAsNonRoot --- cluster/apps/download/mylar3/helm-release.yaml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/cluster/apps/download/mylar3/helm-release.yaml b/cluster/apps/download/mylar3/helm-release.yaml index 9d1f7b7..0929dce 100644 --- a/cluster/apps/download/mylar3/helm-release.yaml +++ b/cluster/apps/download/mylar3/helm-release.yaml @@ -21,8 +21,8 @@ spec: env: TZ: America/New_York - PGID: "1000" - PUID: "1000" + PGID: "10000" + PUID: "10000" service: main: @@ -65,12 +65,13 @@ spec: hostPath: /mnt/MainPool/Media mountPath: /storage - podSecurityContext: - runAsNonRoot: true - runAsUser: 10000 - runAsGroup: 10000 - fsGroup: 10000 - fsGroupChangePolicy: OnRootMismatch +# TODO +# podSecurityContext: +# runAsNonRoot: true +# runAsUser: 10000 +# runAsGroup: 10000 +# fsGroup: 10000 +# fsGroupChangePolicy: OnRootMismatch resources: requests: