From d330b857c21971b4b9591c37eedcb3bacae3328c Mon Sep 17 00:00:00 2001 From: Matthias Hinrichs Date: Wed, 14 Jan 2026 16:08:27 +0100 Subject: [PATCH] =?UTF-8?q?Formatiere=20die=20Synchronisierungsoptionen=20?= =?UTF-8?q?in=20der=20ApplicationSet-Konfiguration=20f=C3=BCr=20bessere=20?= =?UTF-8?q?Lesbarkeit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07_bootstrap_argocd/homelab-apps.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/07_bootstrap_argocd/homelab-apps.yaml b/07_bootstrap_argocd/homelab-apps.yaml index f9ef1a2..cefad78 100644 --- a/07_bootstrap_argocd/homelab-apps.yaml +++ b/07_bootstrap_argocd/homelab-apps.yaml @@ -25,7 +25,9 @@ spec: server: https://kubernetes.default.svc namespace: '{{path.basename}}' syncPolicy: - automated: {prune: true, selfHeal: true} + automated: + prune: true + selfHeal: true syncOptions: - CreateNamespace=true - ServerSideApply=true \ No newline at end of file