From a64d89704e1d0be7621067108c1b4e21647b710d Mon Sep 17 00:00:00 2001 From: johnlanni <6763318+johnlanni@users.noreply.github.com> Date: Thu, 20 Nov 2025 06:43:42 +0000 Subject: [PATCH] Update CRD file in the helm folder --- 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