Fix middleware naming mistake on Traefik

This commit is contained in:
kjeld Schouten-Lebbing 2021-07-05 15:25:43 +02:00
parent 3f45eda501
commit 3bc750cca3
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
2 changed files with 16 additions and 1 deletions

View File

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

View File

@ -161,6 +161,11 @@ questions:
schema:
type: dict
attrs:
- variable: name
label: "Name"
schema:
type: string
required: true
- variable: middlewares
label: "Middlewares to Chain"
schema:
@ -185,6 +190,11 @@ questions:
schema:
type: dict
attrs:
- variable: name
label: "Name"
schema:
type: string
required: true
- variable: scheme
label: "Scheme"
schema:
@ -214,6 +224,11 @@ questions:
schema:
type: dict
attrs:
- variable: name
label: "Name"
schema:
type: string
required: true
- variable: average
label: "Average"
schema: