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