From 0f300d512bc458028f743c2b76d68b1a544d527e Mon Sep 17 00:00:00 2001 From: workwithprashant <60788667+workwithprashant@users.noreply.github.com> Date: Mon, 11 Dec 2023 22:37:52 +0000 Subject: [PATCH] fix(argo-workflows): fix helm lint error when extraObjects is defined Signed-off-by: workwithprashant <60788667+workwithprashant@users.noreply.github.com> --- charts/argo-workflows/templates/extra-manifests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/argo-workflows/templates/extra-manifests.yaml b/charts/argo-workflows/templates/extra-manifests.yaml index f17b1a93..fc9a76b8 100644 --- a/charts/argo-workflows/templates/extra-manifests.yaml +++ b/charts/argo-workflows/templates/extra-manifests.yaml @@ -1,6 +1,6 @@ {{ range .Values.extraObjects }} --- -{{- if typeIs "string" . }} +{{ if typeIs "string" . }} {{- tpl . $ }} {{- else }} {{- tpl (toYaml .) $ }}