fix(traefik): Fix custom chain middleware settings (#2513)

* [Traefik] Fix custom chain middleware settings

* Bump version
This commit is contained in:
miguelangel-nubla 2022-04-20 09:36:19 +02:00 committed by GitHub
parent fbfdba8c05
commit 863c868d19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ sources:
- https://github.com/traefik/traefik-helm-chart
- https://traefik.io/
type: application
version: 11.1.5
version: 11.1.6
annotations:
truecharts.org/catagories: |
- network

View File

@ -15,7 +15,7 @@ metadata:
spec:
chain:
middlewares:
{{ range $index, $chainData := . }}
- name: {{ printf "%v-%v@%v" $namespace $chainData.name "kubernetescrd" }}
{{ range $index, $middleware := .middlewares }}
- name: {{ printf "%v-%v@%v" $namespace $middleware "kubernetescrd" }}
{{ end }}
{{ end }}