From 188b7d3f4e6e7d63fa2050bd9eee460456d807b6 Mon Sep 17 00:00:00 2001 From: Marco van Zijl Date: Fri, 9 May 2025 20:25:24 +0200 Subject: [PATCH] Fix indentation in local-storage.yaml for syncPolicy configuration --- applications/templates/local-storage.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/applications/templates/local-storage.yaml b/applications/templates/local-storage.yaml index 1089036..9e8d1c8 100644 --- a/applications/templates/local-storage.yaml +++ b/applications/templates/local-storage.yaml @@ -10,10 +10,10 @@ spec: namespace: local-path-storage server: https://kubernetes.default.svc project: default - syncPolicy: - automated: - prune: false - selfHeal: true + syncPolicy: + automated: + prune: false + selfHeal: true source: path: deploy repoURL: https://github.com/rancher/local-path-provisioner.git