From fe3794f691e66eb72b69ea9e8fa3ce7f02c92803 Mon Sep 17 00:00:00 2001 From: Danijel Simeunovic Date: Sun, 8 Feb 2026 17:07:45 +0100 Subject: [PATCH] simplify --- argocd/_app-of-apps.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/argocd/_app-of-apps.yaml b/argocd/_app-of-apps.yaml index 53bb3ef..ffa6d67 100644 --- a/argocd/_app-of-apps.yaml +++ b/argocd/_app-of-apps.yaml @@ -23,11 +23,3 @@ spec: selfHeal: true syncOptions: - CreateNamespace=true - - Validate=true - - ServerSideApply=true - retry: - limit: 5 - backoff: - duration: 5s - factor: 2 - maxDuration: 3m