From 6061fa47c0960ef19b2f03d41f266f88c9711ac0 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Sun, 7 Jul 2024 16:55:43 -0500 Subject: [PATCH] change security context --- .../lidarr2/templates/replication-source.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/clusters/cl01tl/applications/lidarr2/templates/replication-source.yaml b/clusters/cl01tl/applications/lidarr2/templates/replication-source.yaml index 9d5e6b670..957d9eea3 100644 --- a/clusters/cl01tl/applications/lidarr2/templates/replication-source.yaml +++ b/clusters/cl01tl/applications/lidarr2/templates/replication-source.yaml @@ -22,6 +22,16 @@ spec: weekly: 7 monthly: 4 yearly: 4 + moverSecurityContext: + runAsUser: 568 + runAsGroup: 568 + fsGroup: 568 + fsGroupChangePolicy: OnRootMismatch + supplementalGroups: + - 44 + - 100 + - 109 + - 65539 copyMethod: Snapshot storageClassName: ceph-block volumeSnapshotClassName: ceph-blockpool-snapshot