From e81633e090fc7aba60cea26f42a80cc7494d8419 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Sat, 31 May 2025 23:07:38 +0300 Subject: [PATCH] Enable autoSync for harbor --- argocd-apps/harbor.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/argocd-apps/harbor.yaml b/argocd-apps/harbor.yaml index 4a05ef7..0746081 100644 --- a/argocd-apps/harbor.yaml +++ b/argocd-apps/harbor.yaml @@ -15,7 +15,7 @@ spec: destination: server: https://kubernetes.default.svc namespace: dev-tools - syncPolicy: {} - # automated: - # prune: true - # selfHeal: true + syncPolicy: + automated: + prune: true + selfHeal: true