mirror of https://github.com/grafana/loki
feat(helm): Allow extraObject items as multiline strings (#12397)
Co-authored-by: Michel Hollands <42814411+MichelHollands@users.noreply.github.com>pull/12828/head helm-loki-6.4.0
parent
c9b6604b38
commit
af5be90076
@ -1,4 +1,8 @@ |
||||
{{ range .Values.extraObjects }} |
||||
{{- range .Values.extraObjects -}} |
||||
--- |
||||
{{- if kindIs "map" . }} |
||||
{{ tpl (toYaml .) $ }} |
||||
{{ end }} |
||||
{{- else }} |
||||
{{ tpl . $ }} |
||||
{{- end }} |
||||
{{- end }} |
||||
|
Loading…
Reference in new issue