From 231947329ecaf1b52218c808d5f208f1f482ebc9 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Thu, 1 Jun 2023 23:54:07 -0400 Subject: [PATCH] remove securityContext's for download pods --- cluster/apps/download/prowlarr/helm-release.yaml | 6 ------ cluster/apps/download/radarr/helm-release.yaml | 6 ------ cluster/apps/download/readarr/audiobook-helm.yaml | 6 ------ cluster/apps/download/readarr/ebook-helm.yaml | 6 ------ cluster/apps/download/sonarr/helm-release.yaml | 6 ------ 5 files changed, 30 deletions(-) diff --git a/cluster/apps/download/prowlarr/helm-release.yaml b/cluster/apps/download/prowlarr/helm-release.yaml index 7813ed4..3d9eb12 100644 --- a/cluster/apps/download/prowlarr/helm-release.yaml +++ b/cluster/apps/download/prowlarr/helm-release.yaml @@ -43,12 +43,6 @@ spec: - name: config mountPath: /config readOnly: true - securityContext: - runAsNonRoot: true - runAsUser: 10000 - runAsGroup: 10000 - fsGroup: 10000 - fsGroupChangePolicy: OnRootMismatch env: TZ: America/New_York diff --git a/cluster/apps/download/radarr/helm-release.yaml b/cluster/apps/download/radarr/helm-release.yaml index d416d94..98a0799 100644 --- a/cluster/apps/download/radarr/helm-release.yaml +++ b/cluster/apps/download/radarr/helm-release.yaml @@ -43,12 +43,6 @@ spec: - name: config mountPath: /config readOnly: true - securityContext: - runAsNonRoot: true - runAsUser: 10000 - runAsGroup: 10000 - fsGroup: 10000 - fsGroupChangePolicy: OnRootMismatch env: TZ: America/New_York diff --git a/cluster/apps/download/readarr/audiobook-helm.yaml b/cluster/apps/download/readarr/audiobook-helm.yaml index f00f810..9eea20a 100644 --- a/cluster/apps/download/readarr/audiobook-helm.yaml +++ b/cluster/apps/download/readarr/audiobook-helm.yaml @@ -43,12 +43,6 @@ spec: - name: config mountPath: /config readOnly: true - securityContext: - runAsNonRoot: true - runAsUser: 10000 - runAsGroup: 10000 - fsGroup: 10000 - fsGroupChangePolicy: OnRootMismatch env: TZ: America/New_York diff --git a/cluster/apps/download/readarr/ebook-helm.yaml b/cluster/apps/download/readarr/ebook-helm.yaml index 4f051fe..015db45 100644 --- a/cluster/apps/download/readarr/ebook-helm.yaml +++ b/cluster/apps/download/readarr/ebook-helm.yaml @@ -43,12 +43,6 @@ spec: - name: config mountPath: /config readOnly: true - securityContext: - runAsNonRoot: true - runAsUser: 10000 - runAsGroup: 10000 - fsGroup: 10000 - fsGroupChangePolicy: OnRootMismatch env: TZ: America/New_York diff --git a/cluster/apps/download/sonarr/helm-release.yaml b/cluster/apps/download/sonarr/helm-release.yaml index 1a31d36..ad7e84c 100644 --- a/cluster/apps/download/sonarr/helm-release.yaml +++ b/cluster/apps/download/sonarr/helm-release.yaml @@ -43,12 +43,6 @@ spec: - name: config mountPath: /config readOnly: true - securityContext: - runAsNonRoot: true - runAsUser: 10000 - runAsGroup: 10000 - fsGroup: 10000 - fsGroupChangePolicy: OnRootMismatch env: TZ: America/New_York