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
+1 -1
View File
@@ -26,4 +26,4 @@ sources:
- https://traefik.io/ - https://traefik.io/
type: application type: application
upstream_version: v9.19.2 upstream_version: v9.19.2
version: 6.6.1 version: 6.6.2
@@ -47,6 +47,28 @@ questions:
type: boolean type: boolean
default: true 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 - variable: middlewares
label: "" label: ""
group: "Middlewares" group: "Middlewares"