From 2c354902d74d1abc7d6884503437ebe47ff9b4c0 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Tue, 24 Mar 2026 02:25:28 +0000 Subject: [PATCH] tmp/grimmory-2 (#5025) Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/5025 --- .../helm/grimmory/templates/replication-destination.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/clusters/cl01tl/helm/grimmory/templates/replication-destination.yaml b/clusters/cl01tl/helm/grimmory/templates/replication-destination.yaml index 3219e5706..94cc0576f 100644 --- a/clusters/cl01tl/helm/grimmory/templates/replication-destination.yaml +++ b/clusters/cl01tl/helm/grimmory/templates/replication-destination.yaml @@ -13,9 +13,7 @@ spec: restic: repository: booklore-config-backup-secret-local destinationPVC: grimmory-config - copyMethod: Direct + copyMethod: Snapshot moverSecurityContext: - runAsUser: 1000 - runAsGroup: 1000 - fsGroup: 1000 - fsGroupChangePolicy: OnRootMismatch + runAsUser: 0 + runAsGroup: 0