Redis port is a number and should not be quoted (see reviewer comment)

This commit is contained in:
Benjamin Räthlein 2021-06-05 10:32:50 +00:00
parent d1a7cd23f0
commit 82d0a30530

View file

@ -71,7 +71,7 @@ stringData:
password: "@@REDIS_PASSWORD@@"
{{- end }}
{{- if $redisPort }}
port: {{ $redisPort | quote }}
port: {{ $redisPort }}
{{- end }}
{{- end }}