[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:
@@ -41,8 +41,8 @@ config:
|
||||
pg_monitoring:
|
||||
type: userpass
|
||||
userpass:
|
||||
username: $DATA_SOURCE_USER
|
||||
password: $DATA_SOURCE_PASS
|
||||
username: "${DATA_SOURCE_USER}"
|
||||
password: "${DATA_SOURCE_PASS}"
|
||||
options:
|
||||
sslmode: disable
|
||||
|
||||
|
||||
Reference in New Issue
Block a user