From e36e25d6482882240186ecf8cbbab4ddeb81348b Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 23 Mar 2026 21:04:35 -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