From a8f3c62d37d9c72cc4a5d84c8bea1496c1762b6a Mon Sep 17 00:00:00 2001 From: Ryan Richard Date: Wed, 29 Jul 2020 13:17:55 -0700 Subject: [PATCH] Remove identity provider list from LoginDiscoveryConfig CRD Because we're not going to need it for the current story Signed-off-by: Andrew Keesler --- deploy/crd.yaml | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/deploy/crd.yaml b/deploy/crd.yaml index a7b884cd..de814775 100644 --- a/deploy/crd.yaml +++ b/deploy/crd.yaml @@ -10,11 +10,6 @@ #! spec: #! server: https://foo #! certificateAuthorityData: bar -#! identityProviders: -#! - name: baz -#! type: token -#! - name: bat -#! type: token --- apiVersion: apiextensions.k8s.io/v1 @@ -36,7 +31,7 @@ spec: properties: spec: type: object - required: [server, certificateAuthorityData, identityProviders] + required: [server, certificateAuthorityData] properties: server: type: string @@ -45,19 +40,6 @@ spec: certificateAuthorityData: type: string minLength: 1 - identityProviders: - type: array - items: - type: object - required: [name, type] - properties: - name: - type: string - minLength: 1 - pattern: '^[a-zA-Z0-9]+(?:(-|_)?[a-zA-Z0-9]+)+$' - type: #! The name of this property is "type" (not declaring the type of a property). - type: string - pattern: '^token$' scope: Namespaced names: plural: logindiscoveryconfigs