commit e6c610f08d904abc71d87e1622c1601f58efc3ae parent 41dbf20dc3bfd6adb72f82de40f4124938b17171 Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 1 Jul 2023 19:23:39 +0200 Disable autoDiscoverDatabases Diffstat:
| M | apps/base/postgres-exporter/release.yaml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/base/postgres-exporter/release.yaml b/apps/base/postgres-exporter/release.yaml @@ -45,4 +45,4 @@ spec: port: "5432" sslmode: require database: "postgres" - autoDiscoverDatabases: true + autoDiscoverDatabases: false