From 9cc95c417522371588d40714882b45a57a709ee9 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 23 Mar 2026 21:19:32 -0500 Subject: [PATCH] fix: change context --- .../helm/grimmory/templates/replication-destination.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/clusters/cl01tl/helm/grimmory/templates/replication-destination.yaml b/clusters/cl01tl/helm/grimmory/templates/replication-destination.yaml index 3219e5706..497d3416c 100644 --- a/clusters/cl01tl/helm/grimmory/templates/replication-destination.yaml +++ b/clusters/cl01tl/helm/grimmory/templates/replication-destination.yaml @@ -15,7 +15,5 @@ spec: destinationPVC: grimmory-config copyMethod: Direct moverSecurityContext: - runAsUser: 1000 - runAsGroup: 1000 - fsGroup: 1000 - fsGroupChangePolicy: OnRootMismatch + runAsUser: 0 + runAsGroup: 0