Remove unneeded schema values (#515)

* no message

* bump patch versions

* Remove all hidden: false BS schema values
This commit is contained in:
Kjeld Schouten-Lebbing
2021-05-25 13:28:20 +02:00
committed by GitHub
parent 42b9939748
commit d971b460cb
88 changed files with 44 additions and 565 deletions
+1 -1
View File
@@ -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"