refactor(kustomize)!: making ingress optional

This commit is contained in:
Dario Tranchitella
2022-08-22 17:44:31 +02:00
parent c449b01121
commit f6d330992d

View File

@@ -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 "<tenant>.<namespace>.<domain>", 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.