allow application sets to update
This commit is contained in:
@@ -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 }}
|
||||
|
Reference in New Issue
Block a user