Update syncOption

This commit is contained in:
dvirlabs 2025-07-29 11:31:43 +03:00
parent 78a0496fd3
commit 245d5b151c

View File

@ -28,8 +28,9 @@ spec:
destination:
server: https://kubernetes.default.svc
namespace: '{{namespace}}'
syncPolicy: {}
# automated:
# selfHeal: true
# syncOption:
# - Prune=false
syncPolicy:
syncOptions:
- CreateNamespace=true
- Prune=false
- ApplyOutOfSyncOnly=true