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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user