From 2b3d0d72074ee7cf5359f975e075ed0fa02bed5b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Dec 2025 17:19:21 +0800 Subject: [PATCH] Update CRD file in the helm folder (#3155) Co-authored-by: johnlanni <6763318+johnlanni@users.noreply.github.com> --- helm/core/crds/customresourcedefinitions.gen.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/helm/core/crds/customresourcedefinitions.gen.yaml b/helm/core/crds/customresourcedefinitions.gen.yaml index c5c899464..319794e9c 100644 --- a/helm/core/crds/customresourcedefinitions.gen.yaml +++ b/helm/core/crds/customresourcedefinitions.gen.yaml @@ -71,6 +71,11 @@ spec: items: type: string type: array + routeType: + enum: + - HTTP + - GRPC + type: string service: items: type: string