From 33bc93567239ca38e35d176131ce55cf1d7ef0e8 Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Mon, 15 Apr 2024 16:12:07 +0300 Subject: [PATCH] yaml --- library/ix-dev/charts/nextcloud/templates/_configuration.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/ix-dev/charts/nextcloud/templates/_configuration.tpl b/library/ix-dev/charts/nextcloud/templates/_configuration.tpl index 0b8cd5ab94..1504ceff29 100644 --- a/library/ix-dev/charts/nextcloud/templates/_configuration.tpl +++ b/library/ix-dev/charts/nextcloud/templates/_configuration.tpl @@ -25,7 +25,7 @@ {{- $_ := set .Values "haDbName" $dbName -}} {{- $_ := set .Values "haDbUser" $dbUser -}} - {{- $dbURL := (printf "postgres://%s:%s@%s:5432/%s?sslmode=disable" $dbUser $dbPass $dbHost $dbName) -}} + {{- $dbURL := (printf "postgres://%s:%s@%s:5432/%s?sslmode=disable" $dbUser $dbPass $dbHost $dbName) }} secret: postgres-creds: enabled: true