1
0
Fork 1
mirror of https://example.com synced 2024-11-27 06:56:40 +09:00

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