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:
@@ -23,7 +23,7 @@ name: loki
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/grafana/loki
|
- https://github.com/grafana/loki
|
||||||
type: application
|
type: application
|
||||||
version: 5.0.1
|
version: 5.0.2
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- logs
|
- logs
|
||||||
|
|||||||
@@ -42,7 +42,8 @@ secret:
|
|||||||
config:
|
config:
|
||||||
enabled: true
|
enabled: true
|
||||||
data:
|
data:
|
||||||
loki.yaml: '{{ tpl (toYaml .Values.config) . }}'
|
loki.yaml: |
|
||||||
|
{{- tpl (toYaml .Values.config) . | nindent 8 }}
|
||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
|
|||||||
Reference in New Issue
Block a user