diff --git a/production/helm/loki/templates/extra-manifests.yaml b/production/helm/loki/templates/extra-manifests.yaml index 7b69423467..c7334a57e3 100644 --- a/production/helm/loki/templates/extra-manifests.yaml +++ b/production/helm/loki/templates/extra-manifests.yaml @@ -1,8 +1,8 @@ {{- range .Values.extraObjects }} --- -{{- if kindIs "map" . }} +{{ if kindIs "map" . }} {{ tpl (toYaml .) $ }} -{{- else }} +{{ else }} {{ tpl . $ }} -{{- end }} +{{ end }} {{- end }}