fix: misc tempo stuff

This commit is contained in:
2025-06-23 13:38:58 +02:00
parent b50e7d8944
commit 65777a464b
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
tempo:
reportingEnabled: false
reportingEnabled: true
storage:
trace:
backend: s3
@@ -29,7 +29,7 @@ tempo:
valueFrom:
secretKeyRef:
name: {{ .Values.tempo.s3.secret.name | default "s3-credentials"}}
key: {{ .Values.tempo.s3.secret.access_key | default "access_secret" }}
key: {{ .Values.tempo.s3.secret.access_secret | default "access_secret" }}
tempoQuery:
ingress:
enabled: true