fix: _helpers.tpl port type string (#10780)

This commit is contained in:
corite 2023-10-15 17:53:51 +02:00
parent e2cfb8536b
commit 0bf6bd4b76

View File

@ -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