(fix) correct case on Traefik customRequestHeaders in middleware

This commit is contained in:
kjeld Schouten-Lebbing
2021-10-02 10:32:09 +02:00
parent c271167982
commit 59a8d8423d
2 changed files with 2 additions and 2 deletions

View File

@@ -22,4 +22,4 @@ sources:
- https://github.com/traefik/traefik-helm-chart
- https://traefik.io/
type: application
version: 9.0.5
version: 9.0.6

View File

@@ -46,7 +46,7 @@ spec:
browserXssFilter: true
sslForceHost: true
referrerPolicy: same-origin
customrequestheaders:
customRequestHeaders:
X-Forwarded-Proto: "https"
customResponseHeaders:
X-Robots-Tag: 'none'