We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70c176c commit cf12656Copy full SHA for cf12656
production/helm/loki/templates/extra-manifests.yaml
@@ -1,8 +1,8 @@
1
{{- range .Values.extraObjects }}
2
---
3
-{{- if kindIs "map" . }}
+{{ if kindIs "map" . }}
4
{{ tpl (toYaml .) $ }}
5
-{{- else }}
+{{ else }}
6
{{ tpl . $ }}
7
-{{- end }}
+{{ end }}
8
{{- end }}
0 commit comments