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
2 changed files with 23 additions and 1 deletions
@@ -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"