fix: correct CORS filter configuration structure in fleet.yaml

This commit is contained in:
2026-05-05 14:54:41 +02:00
parent ace4f7739b
commit 775527aea4
+3 -4
View File
@@ -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