From 0bf6bd4b76b0302d0481e84f48189044735ff5ec Mon Sep 17 00:00:00 2001 From: corite Date: Sun, 15 Oct 2023 17:53:51 +0200 Subject: [PATCH] fix: _helpers.tpl port type string (#10780) --- chart/templates/_helpers.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/templates/_helpers.tpl b/chart/templates/_helpers.tpl index a5a1adc9b..1b23250a8 100644 --- a/chart/templates/_helpers.tpl +++ b/chart/templates/_helpers.tpl @@ -122,7 +122,7 @@ db: port: 5432 {{- else }} host: {{ .Values.postgresql.postgresqlHostname }} - port: {{ .Values.postgresql.postgresqlPort | default "5432" | quote }} + port: {{ .Values.postgresql.postgresqlPort | default 5432 }} {{- end }} # Database name