3
0
mirror of https://github.com/mastodon/chart synced 2025-03-14 21:11:50 +00:00

Make sure to quote replica db port value (#165)

This commit is contained in:
Sem Schilder 2025-02-24 12:25:51 +01:00 committed by GitHub
parent 5ef48e7cb8
commit 2d2d10c6b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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