From 249a344496d4b2415aabcb6d3009f905d3e86be0 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 23 Mar 2026 21:09:06 -0500 Subject: [PATCH] fix: wrong indent --- .../grimmory/templates/replication-destination.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/clusters/cl01tl/helm/grimmory/templates/replication-destination.yaml b/clusters/cl01tl/helm/grimmory/templates/replication-destination.yaml index a657216b8..3219e5706 100644 --- a/clusters/cl01tl/helm/grimmory/templates/replication-destination.yaml +++ b/clusters/cl01tl/helm/grimmory/templates/replication-destination.yaml @@ -14,8 +14,8 @@ spec: repository: booklore-config-backup-secret-local destinationPVC: grimmory-config copyMethod: Direct - moverSecurityContext: - runAsUser: 1000 - runAsGroup: 1000 - fsGroup: 1000 - fsGroupChangePolicy: OnRootMismatch + moverSecurityContext: + runAsUser: 1000 + runAsGroup: 1000 + fsGroup: 1000 + fsGroupChangePolicy: OnRootMismatch