From 7fd77b14ff015434a524b2fd925e19ae807b106f Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Wed, 23 Aug 2023 17:14:00 -0400 Subject: [PATCH] print default connection string in helm --- helm-charts/infisical/templates/_helpers.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helm-charts/infisical/templates/_helpers.tpl b/helm-charts/infisical/templates/_helpers.tpl index c8c5be84b..500edea33 100644 --- a/helm-charts/infisical/templates/_helpers.tpl +++ b/helm-charts/infisical/templates/_helpers.tpl @@ -126,4 +126,5 @@ Create the mongodb connection string. {{- if .Values.mongodbConnection.externalMongoDBConnectionString -}} {{- $connectionString = .Values.mongodbConnection.externalMongoDBConnectionString -}} {{- end -}} -{{- end -}} +{{- printf "%s" $connectionString -}} +{{- end -}} \ No newline at end of file