fix: update CORS maxAge from wildcard to 3600 in fleet.yaml
This commit is contained in:
@@ -56,7 +56,7 @@ helm:
|
||||
- "*"
|
||||
exposeHeaders:
|
||||
- "*"
|
||||
maxAge: "*"
|
||||
maxAge: 3600
|
||||
allowCredentials: true
|
||||
|
||||
extraEnvVars:
|
||||
|
||||
Reference in New Issue
Block a user