fix helm chart grpc binding string

This commit is contained in:
chechia 2022-05-09 18:59:11 +08:00
parent 44765e52d1
commit 96bccec4a3

View File

@ -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"