fix(loki): render loki.yaml correctly (#2871)

* Try unwrapping the loki.yaml secret

* fix(loki): render loki.yaml correctly

Co-authored-by: janpuc <janpucilowski99@gmail.com>
This commit is contained in:
Jan Puciłowski
2022-06-14 08:51:11 +02:00
committed by GitHub
co-authored by janpuc
parent e4b852c0f9
commit 3c6a778be2
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -42,7 +42,8 @@ secret:
config:
enabled: true
data:
loki.yaml: '{{ tpl (toYaml .Values.config) . }}'
loki.yaml: |
{{- tpl (toYaml .Values.config) . | nindent 8 }}
service:
main: