Add Traefik Pilot GUI questions (#746)

* Update questions.yaml

* Update Chart.yaml
This commit is contained in:
Kjeld Schouten-Lebbing 2021-08-10 10:30:26 +02:00 committed by GitHub
parent d9ece34071
commit 23b8c800ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 1 deletions

View File

@ -26,4 +26,4 @@ sources:
- https://traefik.io/
type: application
upstream_version: v9.19.2
version: 6.6.1
version: 6.6.2

View File

@ -47,6 +47,28 @@ questions:
type: boolean
default: true
- variable: pilot
label: "Traefik Pilot"
group: "App Configuration"
schema:
type: dict
attrs:
- variable: enabled
label: "enabled"
schema:
type: boolean
default: false
- variable: token
label: "token"
schema:
type: string
default: ""
- variable: dashboard
label: "Pilot Dashboard"
schema:
type: boolean
default: false
- variable: middlewares
label: ""
group: "Middlewares"