fix: _helpers.tpl port type string (#10780)
This commit is contained in:
parent
e2cfb8536b
commit
0bf6bd4b76
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user