From 3f9743ee3feea02dc94e5494b3c0c450e5030577 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Tue, 24 Mar 2026 02:10:14 +0000 Subject: [PATCH] fix: add mover contect (#5023) Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/5023 --- .../helm/grimmory/templates/replication-destination.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/clusters/cl01tl/helm/grimmory/templates/replication-destination.yaml b/clusters/cl01tl/helm/grimmory/templates/replication-destination.yaml index 97bb9368d..3219e5706 100644 --- a/clusters/cl01tl/helm/grimmory/templates/replication-destination.yaml +++ b/clusters/cl01tl/helm/grimmory/templates/replication-destination.yaml @@ -14,3 +14,8 @@ spec: repository: booklore-config-backup-secret-local destinationPVC: grimmory-config copyMethod: Direct + moverSecurityContext: + runAsUser: 1000 + runAsGroup: 1000 + fsGroup: 1000 + fsGroupChangePolicy: OnRootMismatch