From 493ed9916e7b39971a797c896ca612d2d8d49bc5 Mon Sep 17 00:00:00 2001 From: Matthias Hinrichs Date: Tue, 5 May 2026 15:04:08 +0200 Subject: [PATCH] fix: update CORS filter configuration to use explicit type field in fleet.yaml --- 02-openwebui/fleet.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/02-openwebui/fleet.yaml b/02-openwebui/fleet.yaml index 4b66ec4..bd768ef 100644 --- a/02-openwebui/fleet.yaml +++ b/02-openwebui/fleet.yaml @@ -47,7 +47,8 @@ helm: - name: http namespace: kgateway-system filters: - - cors: + - type: CORS + cors: allowOrigins: - "*" allowMethods: