fix(traefik): replace depricated header references

This commit is contained in:
kjeld Schouten-Lebbing 2022-01-31 17:39:05 +01:00
parent b16ca2feaa
commit 61aa50b956
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
2 changed files with 3 additions and 2 deletions

View File

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

View File

@ -11,7 +11,8 @@ metadata:
namespace: {{ $namespace }}
spec:
headers:
accessControlAllowOrigin: "*"
accessControlAllowOriginList:
- "*"
---
apiVersion: traefik.containo.us/v1alpha1