Skip to content

Commit cf12656

Browse files
fix: Loki chart fails to render proper YAML when add more than one ex… (#12911)
Co-authored-by: Jay Clifford <[email protected]>
1 parent 70c176c commit cf12656

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{{- range .Values.extraObjects }}
22
---
3-
{{- if kindIs "map" . }}
3+
{{ if kindIs "map" . }}
44
{{ tpl (toYaml .) $ }}
5-
{{- else }}
5+
{{ else }}
66
{{ tpl . $ }}
7-
{{- end }}
7+
{{ end }}
88
{{- end }}

0 commit comments

Comments
 (0)