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 }}
|
{{- else }}
|
||||||
password: "@@REDIS_PASSWORD@@"
|
password: "@@REDIS_PASSWORD@@"
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- if $redisPort }}
|
||||||
|
port: {{ $redisPort | quote }}
|
||||||
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{- with .Values.extraSecrets }}
|
{{- with .Values.extraSecrets }}
|
||||||
|
|
Loading…
Reference in a new issue