From 89afadac9b49186e21b97e752fed2acf33fa0f21 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Wed, 3 Dec 2025 02:59:17 +0200 Subject: [PATCH] Set my-recipes app to auto sync --- argocd-apps/my-recipes.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/argocd-apps/my-recipes.yaml b/argocd-apps/my-recipes.yaml index 0bf230f..120e053 100644 --- a/argocd-apps/my-recipes.yaml +++ b/argocd-apps/my-recipes.yaml @@ -15,7 +15,7 @@ spec: destination: server: https://kubernetes.default.svc namespace: my-apps - syncPolicy: [] - # automated: - # prune: true - # selfHeal: true + syncPolicy: + automated: + prune: true + selfHeal: true