fix(argo-workflows): fix helm lint error when extraObjects is defined

Signed-off-by: workwithprashant <60788667+workwithprashant@users.noreply.github.com>
This commit is contained in:
workwithprashant 2023-12-11 22:37:52 +00:00
parent da261d0a38
commit 0f300d512b

View file

@ -1,6 +1,6 @@
{{ range .Values.extraObjects }} {{ range .Values.extraObjects }}
--- ---
{{- if typeIs "string" . }} {{ if typeIs "string" . }}
{{- tpl . $ }} {{- tpl . $ }}
{{- else }} {{- else }}
{{- tpl (toYaml .) $ }} {{- tpl (toYaml .) $ }}