commit 9e429de7316b30889cc44ad32555c7a5def15056 parent f334d459be01945354dd230f38f6cb52bfc80e15 Author: MTRNord <mtrnord1@gmail.com> Date: Thu, 31 Aug 2023 20:02:14 +0200 Fix exporter 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 @@ -43,5 +43,5 @@ spec: name: postgres-secret key: password port: "5432" - sslmode: disable + sslmode: require database: "postgres"