chore(traefik): fix mid quests

This commit is contained in:
Stavros Kois
2023-10-03 23:14:29 +03:00
committed by GitHub
parent 479ef6e26a
commit a29df50c0c
3 changed files with 41 additions and 29 deletions
+1 -1
View File
@@ -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,6 +21,12 @@
type: list
default: []
items:
- variable: headersEntry
label: ""
schema:
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
@@ -21,6 +21,12 @@
type: list
default: []
items:
- variable: headersEntry
label: ""
schema:
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