fix(argo-workflows): fix helm lint error when extraObjects is defined (#2384)
This commit is contained in:
parent
da261d0a38
commit
e07f69fee6
2 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{{ range .Values.extraObjects }}
|
||||
---
|
||||
{{- if typeIs "string" . }}
|
||||
{{ if typeIs "string" . }}
|
||||
{{- tpl . $ }}
|
||||
{{- else }}
|
||||
{{- tpl (toYaml .) $ }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue