mirror of https://github.com/grafana/loki
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
parent
70c176cd99
commit
cf12656a14
@ -1,8 +1,8 @@ |
||||
{{- range .Values.extraObjects }} |
||||
--- |
||||
{{- if kindIs "map" . }} |
||||
{{ if kindIs "map" . }} |
||||
{{ tpl (toYaml .) $ }} |
||||
{{- else }} |
||||
{{ else }} |
||||
{{ tpl . $ }} |
||||
{{- end }} |
||||
{{ end }} |
||||
{{- end }} |
||||
|
||||
Loading…
Reference in new issue