diff --git a/charts/chainlink-cluster/values.yaml b/charts/chainlink-cluster/values.yaml index 278eb43e56d..bb085ec2239 100644 --- a/charts/chainlink-cluster/values.yaml +++ b/charts/chainlink-cluster/values.yaml @@ -258,13 +258,14 @@ tempo: runAsNonRoot: true runAsUser: 10001 runAsGroup: 10001 - storage: - trace: - backend: local # backend configuration to use - wal: - path: /tmp/tempo/wal # where to store the the wal locally - local: - path: /tmp/tempo/blocks + tempo: + storage: + trace: + backend: local # backend configuration to use + wal: + path: /tmp/tempo/wal # where to store the the wal locally + local: + path: /tmp/tempo/blocks grafana: enabled: true