Fix middleware naming mistake on Traefik
This commit is contained in:
@@ -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.5.3
|
version: 6.5.4
|
||||||
|
|||||||
@@ -161,6 +161,11 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: name
|
||||||
|
label: "Name"
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
- variable: middlewares
|
- variable: middlewares
|
||||||
label: "Middlewares to Chain"
|
label: "Middlewares to Chain"
|
||||||
schema:
|
schema:
|
||||||
@@ -185,6 +190,11 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: name
|
||||||
|
label: "Name"
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
- variable: scheme
|
- variable: scheme
|
||||||
label: "Scheme"
|
label: "Scheme"
|
||||||
schema:
|
schema:
|
||||||
@@ -214,6 +224,11 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: name
|
||||||
|
label: "Name"
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
- variable: average
|
- variable: average
|
||||||
label: "Average"
|
label: "Average"
|
||||||
schema:
|
schema:
|
||||||
|
|||||||
Reference in New Issue
Block a user