Füge zusätzliche Synchronisierungsoptionen für die ApplicationSet-Konfiguration hinzu
This commit is contained in:
@@ -26,3 +26,6 @@ spec:
|
|||||||
namespace: '{{path.basename}}'
|
namespace: '{{path.basename}}'
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated: {prune: true, selfHeal: true}
|
automated: {prune: true, selfHeal: true}
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=true
|
||||||
|
- ServerSideApply=true
|
||||||
Reference in New Issue
Block a user