fix: update CORS maxAge from wildcard to 3600 in fleet.yaml

This commit is contained in:
2026-05-05 15:01:49 +02:00
parent d0d8c90174
commit 7c94b4ca2c
+1 -1
View File
@@ -56,7 +56,7 @@ helm:
- "*"
exposeHeaders:
- "*"
maxAge: "*"
maxAge: 3600
allowCredentials: true
extraEnvVars: