[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:
|
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user