Make use of the $redisPort variable

This commit is contained in:
Benjamin Räthlein 2021-06-05 08:31:17 +00:00
parent deeac5d6fb
commit d1a7cd23f0

View file

@ -70,6 +70,9 @@ stringData:
{{- else }}
password: "@@REDIS_PASSWORD@@"
{{- end }}
{{- if $redisPort }}
port: {{ $redisPort | quote }}
{{- end }}
{{- end }}
{{- with .Values.extraSecrets }}