allow application sets to update

This commit is contained in:
2024-06-28 21:59:22 -05:00
parent 5145ed2895
commit b6343df39a

View File

@@ -13,8 +13,8 @@ metadata:
app.kubernetes.io/part-of: {{ $.Release.Name }}
spec:
syncPolicy:
applicationsSync: create-only
preserveResourcesOnDeletion: true
applicationsSync: create-update
preserveResourcesOnDeletion: false
generators:
- git:
repoURL: {{ $.Values.git.repo }}