fix: update CORS filter configuration to use explicit type field in fleet.yaml
This commit is contained in:
@@ -47,7 +47,8 @@ helm:
|
|||||||
- name: http
|
- name: http
|
||||||
namespace: kgateway-system
|
namespace: kgateway-system
|
||||||
filters:
|
filters:
|
||||||
- cors:
|
- type: CORS
|
||||||
|
cors:
|
||||||
allowOrigins:
|
allowOrigins:
|
||||||
- "*"
|
- "*"
|
||||||
allowMethods:
|
allowMethods:
|
||||||
|
|||||||
Reference in New Issue
Block a user