From d1a7cd23f0ae1804322a31049ef1b7fd76b4229c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20R=C3=A4thlein?= Date: Sat, 5 Jun 2021 08:31:17 +0000 Subject: [PATCH] Make use of the $redisPort variable --- charts/matrix-synapse/templates/secrets.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/charts/matrix-synapse/templates/secrets.yaml b/charts/matrix-synapse/templates/secrets.yaml index 4b69c56..71b8e3f 100644 --- a/charts/matrix-synapse/templates/secrets.yaml +++ b/charts/matrix-synapse/templates/secrets.yaml @@ -70,6 +70,9 @@ stringData: {{- else }} password: "@@REDIS_PASSWORD@@" {{- end }} + {{- if $redisPort }} + port: {{ $redisPort | quote }} + {{- end }} {{- end }} {{- with .Values.extraSecrets }}