Redis port is a number and should not be quoted (see reviewer comment)
This commit is contained in:
parent
d1a7cd23f0
commit
82d0a30530
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ stringData:
|
|||
password: "@@REDIS_PASSWORD@@"
|
||||
{{- end }}
|
||||
{{- if $redisPort }}
|
||||
port: {{ $redisPort | quote }}
|
||||
port: {{ $redisPort }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue