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: