From 2b8a3828b8e7b733100fc594f2b218cef878a7fb Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 23 Mar 2026 21:07:18 -0500 Subject: [PATCH] fix: add mover contect --- .../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..a657216b8 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