From 08022fc7805da75a8b91dec55243b795951759ca Mon Sep 17 00:00:00 2001 From: Dario Tranchitella Date: Mon, 22 Aug 2022 17:44:51 +0200 Subject: [PATCH] refactor(helm)!: making ingress optional --- config/crd/bases/kamaji.clastix.io_tenantcontrolplanes.yaml | 4 ---- helm/kamaji/crds/tenantcontrolplane.yaml | 4 ---- 2 files changed, 8 deletions(-) diff --git a/config/crd/bases/kamaji.clastix.io_tenantcontrolplanes.yaml b/config/crd/bases/kamaji.clastix.io_tenantcontrolplanes.yaml index 3eab71a..f6009ed 100644 --- a/config/crd/bases/kamaji.clastix.io_tenantcontrolplanes.yaml +++ b/config/crd/bases/kamaji.clastix.io_tenantcontrolplanes.yaml @@ -282,8 +282,6 @@ spec: type: string type: object type: object - enabled: - type: boolean hostname: description: Hostname is an optional field which will be used as Ingress's Host. If it is not defined, Ingress's host @@ -292,8 +290,6 @@ spec: type: string ingressClassName: type: string - required: - - enabled type: object service: description: Defining the options for the Tenant Control Plane diff --git a/helm/kamaji/crds/tenantcontrolplane.yaml b/helm/kamaji/crds/tenantcontrolplane.yaml index 3eab71a..f6009ed 100644 --- a/helm/kamaji/crds/tenantcontrolplane.yaml +++ b/helm/kamaji/crds/tenantcontrolplane.yaml @@ -282,8 +282,6 @@ spec: type: string type: object type: object - enabled: - type: boolean hostname: description: Hostname is an optional field which will be used as Ingress's Host. If it is not defined, Ingress's host @@ -292,8 +290,6 @@ spec: type: string ingressClassName: type: string - required: - - enabled type: object service: description: Defining the options for the Tenant Control Plane