From b93575b264e4b56d5126c30c26ee05185a836c14 Mon Sep 17 00:00:00 2001 From: rickr Date: Wed, 17 Feb 2021 12:03:46 -0500 Subject: [PATCH] jsondataLimiitSetmap set default to -1 seems empty map breaks downstream Signed-off-by: rickr --- config/core/configmaps/default-pingsource.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/core/configmaps/default-pingsource.yaml b/config/core/configmaps/default-pingsource.yaml index ef294239927..b6fa5d1136a 100644 --- a/config/core/configmaps/default-pingsource.yaml +++ b/config/core/configmaps/default-pingsource.yaml @@ -23,5 +23,5 @@ metadata: knative.dev/example-checksum: "6eaeecba" data: ping-config: | - # dataMaxSize: 10 # Max number of bytes allowed to be sent for message excluding any base64 decoding. - # Default is no limit set for data + dataMaxSize: -1 # Max number of bytes allowed to be sent for message excluding any base64 decoding. + # -1 For no limit