Make use of the $redisPort variable
This commit is contained in:
parent
deeac5d6fb
commit
d1a7cd23f0
1 changed files with 3 additions and 0 deletions
|
@ -70,6 +70,9 @@ stringData:
|
|||
{{- else }}
|
||||
password: "@@REDIS_PASSWORD@@"
|
||||
{{- end }}
|
||||
{{- if $redisPort }}
|
||||
port: {{ $redisPort | quote }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
{{- with .Values.extraSecrets }}
|
||||
|
|
Loading…
Reference in a new issue