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