refactor(helm)!: making ingress optional

This commit is contained in:
Dario Tranchitella
2022-08-22 17:44:51 +02:00
parent f6d330992d
commit 08022fc780
2 changed files with 0 additions and 8 deletions

View File

@@ -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

View File

@@ -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