Skip to content

Commit ea159f6

Browse files
committed
fix: wrong password used for redis auth to exporter
1 parent 2e45892 commit ea159f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ if [ -n "$METRICS_PASSWORD" ]; then
8181
akash-metrics-exporter &
8282
# Start redis_exporter with authentication
8383
redis_exporter --redis.addr="redis://127.0.0.1:${VALKEY_PORT}" \
84-
--redis.password="$METRICS_PASSWORD" \
84+
--redis.password="$VALKEY_REQUIREPASS" \
8585
--web.listen-address=":9121" &
8686

8787
# Start Akash metrics registrar

0 commit comments

Comments
 (0)