Merge branch 'raethlein-master-patch-72141' into 'master'

Make use of the $redisPort variable

See merge request ananace/charts!10
This commit is contained in:
Alexander Olofsson 2021-06-05 10:43:30 +00:00
commit cc49b40b6f

View file

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