From a9f196c2f3faeb7e7f5b491d617f875fbfa6ed31 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Tue, 1 Jul 2025 02:09:11 +0300 Subject: [PATCH] Fix argo --- argocd-apps/argocd.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/argocd-apps/argocd.yaml b/argocd-apps/argocd.yaml index 421be37..bd11370 100644 --- a/argocd-apps/argocd.yaml +++ b/argocd-apps/argocd.yaml @@ -16,8 +16,8 @@ spec: server: https://kubernetes.default.svc namespace: argocd syncPolicy: - automated: - prune: true - selfHeal: true - syncOptions: - - CreateNamespace=true + automated: {} + # prune: true + # selfHeal: true + # syncOptions: + # - CreateNamespace=true