From 8c84e14957a592a6e06ee2254349fd41659a5cdb Mon Sep 17 00:00:00 2001 From: cina-pm <54816961+cina-pm@users.noreply.github.com> Date: Tue, 14 Dec 2021 20:18:16 +0330 Subject: [PATCH] Update _helpers.tpl (#8776) --- charts/airbyte/templates/_helpers.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/airbyte/templates/_helpers.tpl b/charts/airbyte/templates/_helpers.tpl index f75db1936549..d835cb58efcf 100644 --- a/charts/airbyte/templates/_helpers.tpl +++ b/charts/airbyte/templates/_helpers.tpl @@ -160,7 +160,7 @@ Add environment variables to configure minio */}} {{- define "airbyte.minio.endpoint" -}} {{- if .Values.logs.minio.enabled -}} - {{- printf "http://%s:%s" (include "airbyte.minio.fullname" .) 9000 -}} + {{- printf "http://%s:%s" (include "airbyte.minio.fullname" .) "9000" -}} {{- else if .Values.logs.externalMinio.enabled -}} {{- printf "http://%s:%s" .Values.logs.externalMinio.host .Values.logs.externalMinio.port -}} {{- else -}}