[hotfix] fix config postgres_exporter 2 (!81)

Co-authored-by: denis.patrakeev <denis.patrakeev@avroid.tech>
Reviewed-on: https://git.avroid.tech/K8s/k8s-configs/pulls/81
This commit is contained in:
Denis Patrakeev
2025-03-04 12:07:53 +03:00
parent 7b5288519d
commit 6a27c6c1d6

View File

@@ -41,8 +41,8 @@ config:
pg_monitoring: pg_monitoring:
type: userpass type: userpass
userpass: userpass:
username: $DATA_SOURCE_USER username: "${DATA_SOURCE_USER}"
password: $DATA_SOURCE_PASS password: "${DATA_SOURCE_PASS}"
options: options:
sslmode: disable sslmode: disable