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