From f6d330992d97c257c2602adb9d64f4a1a48ec45e Mon Sep 17 00:00:00 2001 From: Dario Tranchitella Date: Mon, 22 Aug 2022 17:44:31 +0200 Subject: [PATCH] refactor(kustomize)!: making ingress optional --- config/install.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config/install.yaml b/config/install.yaml index 7289309..3f7a8c8 100644 --- a/config/install.yaml +++ b/config/install.yaml @@ -243,15 +243,11 @@ 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 will be "..", where domain is specified under NetworkProfileSpec type: string ingressClassName: type: string - required: - - enabled type: object service: description: Defining the options for the Tenant Control Plane Service resource.