From 4a2caf94207456507ce69e0cec91727146304330 Mon Sep 17 00:00:00 2001 From: Till Faelligen <2353100+S7evinK@users.noreply.github.com> Date: Tue, 6 Dec 2022 12:01:21 +0100 Subject: [PATCH] Well.. actually commit the file? --- helm/dendrite/ci/ct-postgres-values.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 helm/dendrite/ci/ct-postgres-values.yaml diff --git a/helm/dendrite/ci/ct-postgres-values.yaml b/helm/dendrite/ci/ct-postgres-values.yaml new file mode 100644 index 000000000..f0c343d1f --- /dev/null +++ b/helm/dendrite/ci/ct-postgres-values.yaml @@ -0,0 +1,6 @@ +--- +postgresql: + enabled: true + +configuration: + server_name: "localhost" \ No newline at end of file