feat(argocd-apps): finalizers for applicationset (#2952)

This commit is contained in:
Maneesh Singh 2024-09-30 23:03:26 -07:00 committed by GitHub
parent c38d299f01
commit 994838a2ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 11 additions and 3 deletions

View file

@ -17,6 +17,10 @@ metadata:
{{- with $appSetData.namespace }}
namespace: {{ . }}
{{- end }}
{{- with $appSetData.finalizers }}
finalizers:
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
{{- if hasKey $appSetData "goTemplate" }}
goTemplate: {{ $appSetData.goTemplate }}