From a639ef75e06d30812e64af04e63ffe901a57f502 Mon Sep 17 00:00:00 2001 From: ShyunnY <1147212064@qq.com> Date: Thu, 16 May 2024 12:49:29 +0800 Subject: [PATCH] fix Signed-off-by: ShyunnY <1147212064@qq.com> --- .../generated/gateway.envoyproxy.io_backendtrafficpolicies.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gateway-helm/crds/generated/gateway.envoyproxy.io_backendtrafficpolicies.yaml b/charts/gateway-helm/crds/generated/gateway.envoyproxy.io_backendtrafficpolicies.yaml index 417c8763f90..9b27d43cde9 100644 --- a/charts/gateway-helm/crds/generated/gateway.envoyproxy.io_backendtrafficpolicies.yaml +++ b/charts/gateway-helm/crds/generated/gateway.envoyproxy.io_backendtrafficpolicies.yaml @@ -131,7 +131,7 @@ spec: pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ x-kubernetes-int-or-string: true x-kubernetes-validations: - - message: ConnectionBufferLimitBytes must be of the format "^[1-9]+[0-9]*([EPTGMK]i|[EPTGMk])?$" + - message: ConnectionBufferLimitBytes must be of the format "^[1-9]+[0-9]*([EPTGMK]i|[EPTGMk])?$" rule: 'type(self) == string ? self.matches(r"^[1-9]+[0-9]*([EPTGMK]i|[EPTGMk])?$") : type(self) == int' faultInjection: