[hotfix] fix config postgres_exporter 5 (!84)
Co-authored-by: denis.patrakeev <denis.patrakeev@avroid.tech> Reviewed-on: https://git.avroid.tech/K8s/k8s-configs/pulls/84
This commit is contained in:
@@ -28,11 +28,11 @@ config:
|
|||||||
# Specify userFile if DB username is stored in a file.
|
# Specify userFile if DB username is stored in a file.
|
||||||
# For example, to use with vault-injector from Hashicorp
|
# For example, to use with vault-injector from Hashicorp
|
||||||
userSecret:
|
userSecret:
|
||||||
name: postgres-exporter-config
|
name: postgres-exporter-secret
|
||||||
key: username
|
key: username
|
||||||
# Only one of password, passwordFile, passwordSecret and pgpassfile can be specified
|
# Only one of password, passwordFile, passwordSecret and pgpassfile can be specified
|
||||||
passwordSecret:
|
passwordSecret:
|
||||||
name: postgres-exporter-config
|
name: postgres-exporter-secret
|
||||||
key: password
|
key: password
|
||||||
|
|
||||||
# postgres_exporter.yml
|
# postgres_exporter.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user