Füge zusätzliche Synchronisierungsoptionen für die ApplicationSet-Konfiguration hinzu

This commit is contained in:
Matthias Hinrichs
2026-01-14 15:30:35 +01:00
parent 123a54f0b7
commit 9e11af8eda
+3
View File
@@ -26,3 +26,6 @@ spec:
namespace: '{{path.basename}}'
syncPolicy:
automated: {prune: true, selfHeal: true}
syncOptions:
- CreateNamespace=true
- ServerSideApply=true