From e60a1a955d20fc6e63c2dadb23fee2d4bc5520f3 Mon Sep 17 00:00:00 2001 From: Alan Christie Date: Tue, 14 Nov 2023 11:12:17 +0100 Subject: [PATCH] fix: Attempt to fix config --- .../fragalysis-stack/templates/configmap-postgres-conf.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/fragalysis-stack/templates/configmap-postgres-conf.yaml.j2 b/roles/fragalysis-stack/templates/configmap-postgres-conf.yaml.j2 index a0171f94..f713384e 100644 --- a/roles/fragalysis-stack/templates/configmap-postgres-conf.yaml.j2 +++ b/roles/fragalysis-stack/templates/configmap-postgres-conf.yaml.j2 @@ -5,5 +5,5 @@ metadata: name: postgres-conf namespace: {{ stack_namespace }} data: - postgresql.conf: | + postgresql.conf: {{ database_conf }}