From 4d2d1a152e20214484b4b766ed331863e5cd02d5 Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Tue, 24 Mar 2026 02:25:52 +0000 Subject: [PATCH] chore: Update manifests after change --- .../ReplicationDestination-grimmory-config-restore.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/clusters/cl01tl/manifests/grimmory/ReplicationDestination-grimmory-config-restore.yaml b/clusters/cl01tl/manifests/grimmory/ReplicationDestination-grimmory-config-restore.yaml index 27c3dbe6f..8368380e5 100644 --- a/clusters/cl01tl/manifests/grimmory/ReplicationDestination-grimmory-config-restore.yaml +++ b/clusters/cl01tl/manifests/grimmory/ReplicationDestination-grimmory-config-restore.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 -- 2.49.1