Skip to content

Commit

Permalink
fix: incorrect TEMPO TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Dec 31, 2023
1 parent ed531a3 commit 9e84c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/collectors/otlp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ extensions:
basicauth/tempo:
client_auth:
username: ${env:TEMPO_USER}
password: ${env:TEMPO_PASSWORD}
password: ${env:TEMPO_TOKEN}
basicauth/loki:
client_auth:
username: ${env:LOKI_USER}
Expand Down

0 comments on commit 9e84c7b

Please sign in to comment.