set application sets to preserve on deleteion

This commit is contained in:
2024-06-28 21:35:03 -05:00
parent db5d205157
commit ca84c476d8

View File

@@ -14,7 +14,7 @@ metadata:
spec:
syncPolicy:
applicationsSync: create-only
preserveResourcesOnDeletion: false
preserveResourcesOnDeletion: true
generators:
- git:
repoURL: {{ $.Values.git.repo }}