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:
server: https://kubernetes.default.svc
syncPolicy:
automated:
prune: false
selfHeal: false
automated: {}
syncOptions:
- CreateNamespace=true
- Replace=true
- ServerSideApply=true