fix: _helpers.tpl port type string (#10780)
This commit is contained in:
parent
e2cfb8536b
commit
0bf6bd4b76
@ -122,7 +122,7 @@ db:
|
|||||||
port: 5432
|
port: 5432
|
||||||
{{- else }}
|
{{- else }}
|
||||||
host: {{ .Values.postgresql.postgresqlHostname }}
|
host: {{ .Values.postgresql.postgresqlHostname }}
|
||||||
port: {{ .Values.postgresql.postgresqlPort | default "5432" | quote }}
|
port: {{ .Values.postgresql.postgresqlPort | default 5432 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
# Database name
|
# Database name
|
||||||
|
Loading…
Reference in New Issue
Block a user