fix(traefik): remove required from header value
This commit is contained in:
@@ -23,7 +23,7 @@ sources:
|
|||||||
- https://github.com/traefik/traefik-helm-chart
|
- https://github.com/traefik/traefik-helm-chart
|
||||||
- https://traefik.io/
|
- https://traefik.io/
|
||||||
type: application
|
type: application
|
||||||
version: 21.0.5
|
version: 21.0.6
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- network
|
- network
|
||||||
|
|||||||
@@ -40,5 +40,4 @@
|
|||||||
description: The value of the header. If the value is empty, the header will be removed.
|
description: The value of the header. If the value is empty, the header will be removed.
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
|
||||||
default: ""
|
default: ""
|
||||||
|
|||||||
@@ -40,5 +40,4 @@
|
|||||||
description: The value of the header. If the value is empty, the header will be removed.
|
description: The value of the header. If the value is empty, the header will be removed.
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
|
||||||
default: ""
|
default: ""
|
||||||
|
|||||||
Reference in New Issue
Block a user