fix(traefik): replace depricated header references
This commit is contained in:
@@ -22,7 +22,7 @@ sources:
|
|||||||
- https://github.com/traefik/traefik-helm-chart
|
- https://github.com/traefik/traefik-helm-chart
|
||||||
- https://traefik.io/
|
- https://traefik.io/
|
||||||
type: application
|
type: application
|
||||||
version: 10.0.46
|
version: 10.0.47
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- network
|
- network
|
||||||
|
|||||||
@@ -11,7 +11,8 @@ metadata:
|
|||||||
namespace: {{ $namespace }}
|
namespace: {{ $namespace }}
|
||||||
spec:
|
spec:
|
||||||
headers:
|
headers:
|
||||||
accessControlAllowOrigin: "*"
|
accessControlAllowOriginList:
|
||||||
|
- "*"
|
||||||
|
|
||||||
---
|
---
|
||||||
apiVersion: traefik.containo.us/v1alpha1
|
apiVersion: traefik.containo.us/v1alpha1
|
||||||
|
|||||||
Reference in New Issue
Block a user