From 710cbdb8133a4a60237952e284c30f743ddd77fc Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Sun, 22 Aug 2021 18:28:41 +0700 Subject: [PATCH] Fix syntax --- system/argocd/applicationsets/system.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/system/argocd/applicationsets/system.yaml b/system/argocd/applicationsets/system.yaml index a89d1539..a2873868 100644 --- a/system/argocd/applicationsets/system.yaml +++ b/system/argocd/applicationsets/system.yaml @@ -20,7 +20,7 @@ spec: source: repoURL: https://github.com/khuedoan/homelab.git path: '{{path}}' - syncPolicy: - automated: - prune: true - selfHeal: true + syncPolicy: + automated: + prune: true + selfHeal: true