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
+2 -3
View File
@@ -47,9 +47,8 @@ helm:
- name: http - name: http
namespace: kgateway-system namespace: kgateway-system
filters: filters:
- type: CORS - cors:
cors: - allowedOrigins:
allowedOrigins:
- "*" - "*"
extraEnvVars: extraEnvVars: