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

This commit is contained in:
workwithprashant 2023-12-12 00:27:39 -06:00 committed by GitHub
parent da261d0a38
commit e07f69fee6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

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