From 67504823764c708f6ca41d93ea55cadf472824f6 Mon Sep 17 00:00:00 2001 From: Ricardo Herrera Date: Mon, 8 Jan 2024 13:44:25 -0500 Subject: [PATCH] Update with latest version of routegroup_crd Signed-off-by: Ricardo Herrera --- .../kubernetes/deploy/apply/routegroups_crd.yaml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/dataclients/kubernetes/deploy/apply/routegroups_crd.yaml b/dataclients/kubernetes/deploy/apply/routegroups_crd.yaml index 67cb2aafb3..c2c6fbd102 100644 --- a/dataclients/kubernetes/deploy/apply/routegroups_crd.yaml +++ b/dataclients/kubernetes/deploy/apply/routegroups_crd.yaml @@ -1,5 +1,3 @@ -# This is a copy of https://github.com/szuecs/routegroup-client/blob/master/zalando.org_routegroups.yaml -# DO NOT EDIT. --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition @@ -222,9 +220,10 @@ spec: items: properties: hosts: - description: Host specifies the list of hosts included in the - TLS secret. The values in this list must match the name/s - used in the tlsSecret. + description: TLS hosts specify the list of hosts included in + the TLS secret. The values in this list must match the host + name(s) used for the RouteGroup in order to terminate TLS + for the host(s). items: pattern: "^[a-z0-9]([-a-z0-9]*[a-z0-9])?([.][a-z0-9]([-a-z0-9]*[a-z0-9])?)*$" type: string @@ -232,9 +231,12 @@ spec: type: array secretName: description: SecretName is the name of the secret used to terminate - TLS traffic on port 443. Field is left optional to allow TLS - routing based on SNI hostname alone. + TLS traffic. Secret should reside in the same namespace as + the RouteGroup. type: string + required: + - hosts + - secretName type: object type: array required: