fix: correct CORS filter configuration structure in fleet.yaml
This commit is contained in:
@@ -47,10 +47,9 @@ helm:
|
|||||||
- name: http
|
- name: http
|
||||||
namespace: kgateway-system
|
namespace: kgateway-system
|
||||||
filters:
|
filters:
|
||||||
- type: CORS
|
- cors:
|
||||||
cors:
|
- allowedOrigins:
|
||||||
allowedOrigins:
|
- "*"
|
||||||
- "*"
|
|
||||||
|
|
||||||
extraEnvVars:
|
extraEnvVars:
|
||||||
- name: WEBUI_URL
|
- name: WEBUI_URL
|
||||||
|
|||||||
Reference in New Issue
Block a user