chore(traefik): fix mid quests
This commit is contained in:
@@ -23,7 +23,7 @@ sources:
|
||||
- https://github.com/traefik/traefik-helm-chart
|
||||
- https://traefik.io/
|
||||
type: application
|
||||
version: 21.0.4
|
||||
version: 21.0.5
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- network
|
||||
|
||||
@@ -21,18 +21,24 @@
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: name
|
||||
label: Header Name
|
||||
description: Name of custom header to be added to requests, eg. X-Custom-Header
|
||||
- variable: headersEntry
|
||||
label: ""
|
||||
schema:
|
||||
valid_chars: ^[a-zA-Z0-9_\-]*$
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: value
|
||||
label: Header Value
|
||||
description: The value of the header. If the value is empty, the header will be removed.
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: name
|
||||
label: Header Name
|
||||
description: Name of custom header to be added to requests, eg. X-Custom-Header
|
||||
schema:
|
||||
valid_chars: ^[a-zA-Z0-9_\-]*$
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: value
|
||||
label: Header Value
|
||||
description: The value of the header. If the value is empty, the header will be removed.
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
|
||||
@@ -21,18 +21,24 @@
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: name
|
||||
label: Header Name
|
||||
description: Name of custom header to be added to responses, eg. X-Custom-Header
|
||||
- variable: headersEntry
|
||||
label: ""
|
||||
schema:
|
||||
valid_chars: ^[a-zA-Z0-9_\-]*$
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: value
|
||||
label: Header Value
|
||||
description: The value of the header. If the value is empty, the header will be removed.
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: name
|
||||
label: Header Name
|
||||
description: Name of custom header to be added to responses, eg. X-Custom-Header
|
||||
schema:
|
||||
valid_chars: ^[a-zA-Z0-9_\-]*$
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: value
|
||||
label: Header Value
|
||||
description: The value of the header. If the value is empty, the header will be removed.
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
|
||||
Reference in New Issue
Block a user