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