fix(traefik): remove required from header value

This commit is contained in:
Stavros Kois
2023-10-03 23:17:35 +03:00
committed by GitHub
parent a29df50c0c
commit 33fb5de21f
3 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -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: ""