From 775527aea4b3225fb4ee041ea35e992b506ad6df Mon Sep 17 00:00:00 2001 From: Matthias Hinrichs Date: Tue, 5 May 2026 14:54:41 +0200 Subject: [PATCH] fix: correct CORS filter configuration structure in fleet.yaml --- 02-openwebui/fleet.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/02-openwebui/fleet.yaml b/02-openwebui/fleet.yaml index 54d4838..c468a2f 100644 --- a/02-openwebui/fleet.yaml +++ b/02-openwebui/fleet.yaml @@ -47,10 +47,9 @@ helm: - name: http namespace: kgateway-system filters: - - type: CORS - cors: - allowedOrigins: - - "*" + - cors: + - allowedOrigins: + - "*" extraEnvVars: - name: WEBUI_URL