mirror of
https://github.com/helm/charts.git
synced 2026-09-05 12:27:30 +00:00
"-extend.query-path" is invalid argument to postgres_exporter since 0.4.x version due to cli library update (ref: https://github.com/wrouesnel/postgres_exporter/issues/147) Currently, as a result of invalid argument, metrics container fails to start. This commit fixes the issue by replacing broken command line argument with the corresponding environment variable, as they are more consistent. Signed-off-by: Igor Zibarev <zibarev.i@gmail.com>