From 194adcbc0247c45c4b4abb54c30206dd6173f5c5 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sun, 29 Dec 2024 22:03:43 -0600 Subject: [PATCH] change backup context --- .../lidarr2/templates/replication-source.yaml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/clusters/cl01tl/applications/lidarr2/templates/replication-source.yaml b/clusters/cl01tl/applications/lidarr2/templates/replication-source.yaml index 0cad2f2d5..33e14cb8e 100644 --- a/clusters/cl01tl/applications/lidarr2/templates/replication-source.yaml +++ b/clusters/cl01tl/applications/lidarr2/templates/replication-source.yaml @@ -23,15 +23,8 @@ spec: monthly: 2 yearly: 4 moverSecurityContext: - runAsUser: 568 - runAsGroup: 568 - fsGroup: 568 - fsGroupChangePolicy: OnRootMismatch - supplementalGroups: - - 44 - - 100 - - 109 - - 65539 + runAsUser: 1000 + runAsGroup: 1000 copyMethod: Snapshot storageClassName: ceph-block-delete volumeSnapshotClassName: ceph-blockpool-snapshot