feat(argocd-apps): finalizers for applicationset (#2952)
This commit is contained in:
parent
c38d299f01
commit
994838a2ef
4 changed files with 11 additions and 3 deletions
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue