fix: Loki chart fails to render proper YAML when add more than one ex… (#12911)

Co-authored-by: Jay Clifford <45856600+Jayclifford345@users.noreply.github.com>
pull/18517/head
Nicolas Gagnière 11 months ago committed by GitHub
parent 70c176cd99
commit cf12656a14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 6
      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 }}

Loading…
Cancel
Save