Refactor syncPolicy in application.yaml to simplify automated settings

This commit is contained in:
Marco van Zijl 2025-11-10 20:04:28 +01:00
parent 9a14400ad8
commit 3b6527c3fb

View File

@ -16,10 +16,7 @@ spec:
destination: destination:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
syncPolicy: syncPolicy:
automated: automated: {}
prune: false
selfHeal: false
syncOptions: syncOptions:
- CreateNamespace=true - CreateNamespace=true
- Replace=true
- ServerSideApply=true - ServerSideApply=true