fix(traefik): replace depricated header references
This commit is contained in:
parent
b16ca2feaa
commit
61aa50b956
|
@ -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
|
||||
|
|
|
@ -11,7 +11,8 @@ metadata:
|
|||
namespace: {{ $namespace }}
|
||||
spec:
|
||||
headers:
|
||||
accessControlAllowOrigin: "*"
|
||||
accessControlAllowOriginList:
|
||||
- "*"
|
||||
|
||||
---
|
||||
apiVersion: traefik.containo.us/v1alpha1
|
||||
|
|
Loading…
Reference in New Issue