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:
commit
cc49b40b6f
1 changed files with 3 additions and 0 deletions
|
@ -70,6 +70,9 @@ stringData:
|
|||
{{- else }}
|
||||
password: "@@REDIS_PASSWORD@@"
|
||||
{{- end }}
|
||||
{{- if $redisPort }}
|
||||
port: {{ $redisPort }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
{{- with .Values.extraSecrets }}
|
||||
|
|
Loading…
Reference in a new issue