3
0
mirror of https://github.com/mastodon/chart synced 2025-05-18 04:53:21 +00:00

Make sure to quote replica db port value

This commit is contained in:
Sem Schilder 2025-02-15 15:35:17 +01:00
parent 5ef48e7cb8
commit edd5fb3a1e
No known key found for this signature in database
GPG Key ID: 51BD194224DE67B3

View File

@ -19,7 +19,7 @@ data:
REPLICA_DB_HOST: {{ .Values.postgresql.readReplica.hostname }}
{{- end }}
{{- if .Values.postgresql.readReplica.port }}
REPLICA_DB_PORT: {{ .Values.postgresql.readReplica.port }}
REPLICA_DB_PORT: {{ .Values.postgresql.readReplica.port | quote }}
{{- end }}
{{- if .Values.postgresql.readReplica.auth.database }}
REPLICA_DB_NAME: {{ .Values.postgresql.readReplica.auth.database }}