From 9e11af8edad30f60d399aaf166e47e642ef6bd68 Mon Sep 17 00:00:00 2001 From: Matthias Hinrichs Date: Wed, 14 Jan 2026 15:30:35 +0100 Subject: [PATCH] =?UTF-8?q?F=C3=BCge=20zus=C3=A4tzliche=20Synchronisierung?= =?UTF-8?q?soptionen=20f=C3=BCr=20die=20ApplicationSet-Konfiguration=20hin?= =?UTF-8?q?zu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07_bootstrap_argocd/homelab-apps.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/07_bootstrap_argocd/homelab-apps.yaml b/07_bootstrap_argocd/homelab-apps.yaml index a4a6c3d..f9ef1a2 100644 --- a/07_bootstrap_argocd/homelab-apps.yaml +++ b/07_bootstrap_argocd/homelab-apps.yaml @@ -26,3 +26,6 @@ spec: namespace: '{{path.basename}}' syncPolicy: automated: {prune: true, selfHeal: true} + syncOptions: + - CreateNamespace=true + - ServerSideApply=true \ No newline at end of file