Skip to content

Commit ab9abbf

Browse files
committed
feat: max gRPC message size does not need to be passed in as int as it is converted when used
Signed-off-by: Jade Carino <carino_jade@yahoo.co.uk>
1 parent 7259782 commit ab9abbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/ecosystem/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@
7171
Returns the maximum message size in bytes allowed for a single gRPC frame as an integer value.
7272
*/}}
7373
{{- define "max.grpc.message.size" -}}
74-
{{- empty .Values.maxgRPCMessageSize | ternary (4194304) (int .Values.maxgRPCMessageSize) }}
74+
{{- empty .Values.maxgRPCMessageSize | ternary ("4194304") (.Values.maxgRPCMessageSize) }}
7575
{{- end -}}

0 commit comments

Comments
 (0)