Remove unneeded schema values (#515)
* no message * bump patch versions * Remove all hidden: false BS schema values
This commit is contained in:
@@ -29,4 +29,4 @@ sources:
|
||||
- https://github.com/traefik/traefik-helm-chart
|
||||
- https://traefik.io/
|
||||
type: application
|
||||
version: 4.0.1
|
||||
version: 4.0.2
|
||||
|
||||
@@ -662,7 +662,6 @@ questions:
|
||||
- variable: serviceTarget
|
||||
label: "IP Adress of the external service"
|
||||
schema:
|
||||
hidden: false
|
||||
editable: true
|
||||
required: true
|
||||
type: string
|
||||
@@ -671,7 +670,6 @@ questions:
|
||||
label: "External Service Port"
|
||||
description: "The port on the external service you want to proxy"
|
||||
schema:
|
||||
hidden: false
|
||||
required: true
|
||||
editable: true
|
||||
type: int
|
||||
@@ -680,7 +678,6 @@ questions:
|
||||
label: "Connection Type"
|
||||
description: "Connection Type between Traefik and the external service"
|
||||
schema:
|
||||
hidden: false
|
||||
editable: true
|
||||
required: true
|
||||
default: "HTTP"
|
||||
@@ -716,7 +713,6 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
hidden: false
|
||||
default: "/"
|
||||
- variable: certType
|
||||
label: "Select Certificate Type"
|
||||
|
||||
Reference in New Issue
Block a user