Skip to content

Commit

Permalink
fix type issue
Browse files Browse the repository at this point in the history
  • Loading branch information
RemindD committed May 22, 2024
1 parent 487644e commit 3f945cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ Symphony full url Endpoint
{{/* Symphony Redis host*/}}
{{- define "symphony.redisHost" -}}
{{- if .Values.redis.asSidecar }}
{{- printf "localhost:%s" .Values.redis.port }}
{{- printf "localhost:%d" (.Values.redis.port | int) }}
{{- else }}
{{- printf "%s-redis:%d" (include "symphony.name" .) (.Values.redis.port | int)}}
{{- end }}
Expand Down

0 comments on commit 3f945cf

Please sign in to comment.