From acf42f7d724240b94fb9eccbe6452ea6120ee889 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Sun, 22 Aug 2021 18:27:05 +0700 Subject: [PATCH] Enable system apps auto sync --- system/argocd/applicationsets/system.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/system/argocd/applicationsets/system.yaml b/system/argocd/applicationsets/system.yaml index 3ee865c6..a89d1539 100644 --- a/system/argocd/applicationsets/system.yaml +++ b/system/argocd/applicationsets/system.yaml @@ -20,3 +20,7 @@ spec: source: repoURL: https://github.com/khuedoan/homelab.git path: '{{path}}' + syncPolicy: + automated: + prune: true + selfHeal: true