From f123300c6bf86dde71c9a15e3da0a48cbde28fdb Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Tue, 16 Dec 2025 23:05:07 -0600 Subject: [PATCH] change mover context --- clusters/cl01tl/helm/gitea/values.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/clusters/cl01tl/helm/gitea/values.yaml b/clusters/cl01tl/helm/gitea/values.yaml index 00bc2b769..92c293d06 100644 --- a/clusters/cl01tl/helm/gitea/values.yaml +++ b/clusters/cl01tl/helm/gitea/values.yaml @@ -274,6 +274,11 @@ redis-replication-renovate: enabled: false volsync-target-storage: pvcTarget: gitea-shared-storage + moverSecurityContext: + runAsUser: 1000 + runAsGroup: 1000 + fsGroup: 1000 + fsGroupChangePolicy: OnRootMismatch local: enabled: true schedule: 0 0 0 * * *