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:
parent
da261d0a38
commit
0f300d512b
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{{ range .Values.extraObjects }}
|
||||
---
|
||||
{{- if typeIs "string" . }}
|
||||
{{ if typeIs "string" . }}
|
||||
{{- tpl . $ }}
|
||||
{{- else }}
|
||||
{{- tpl (toYaml .) $ }}
|
||||
|
|
Loading…
Reference in a new issue