mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
fix helm chart grpc binding string
This commit is contained in:
parent
44765e52d1
commit
96bccec4a3
|
@ -52,7 +52,7 @@ spec:
|
|||
{{- if .Values.grpc.enabled }}
|
||||
- "--enable-grpc"
|
||||
- "--grpc-bind"
|
||||
- {{ .Values.grpc.port | default 50051 | quote }}
|
||||
- {{ printf ":%d" (.Values.grpc.port | int) | default ":50051" | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.debug.enabled }}
|
||||
- "--debug"
|
||||
|
|
Loading…
Reference in New Issue
Block a user