remove finalizer from template
This commit is contained in:
		| @@ -14,7 +14,7 @@ metadata: | ||||
| spec: | ||||
|   syncPolicy: | ||||
|     applicationsSync: create-only | ||||
|     preserveResourcesOnDeletion: true | ||||
|     preserveResourcesOnDeletion: false | ||||
|   generators: | ||||
|     - git: | ||||
|         repoURL: {{ $.Values.git.repo }} | ||||
| @@ -23,9 +23,6 @@ spec: | ||||
|           - path: "{{ $.Values.git.path }}/{{ $stack.name }}/*" | ||||
|   template: | ||||
|     metadata: | ||||
|       name: '{{ `{{path.basename}}` }}' | ||||
|       finalizers: | ||||
|         - resources-finalizer.argocd.argoproj.io | ||||
|     spec: | ||||
|       destination: | ||||
|         name: in-cluster | ||||
|   | ||||
		Reference in New Issue
	
	Block a user