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:
parent
5ef48e7cb8
commit
2d2d10c6b3
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user