fix: update gateway cors filter configuration keys from allowed to allow
This commit is contained in:
@@ -48,11 +48,11 @@ helm:
|
||||
namespace: kgateway-system
|
||||
filters:
|
||||
- cors:
|
||||
allowedOrigins:
|
||||
allowOrigins:
|
||||
- "*"
|
||||
allowedMethods:
|
||||
allowMethods:
|
||||
- "*"
|
||||
allowedHeaders:
|
||||
allowHeaders:
|
||||
- "*"
|
||||
exposeHeaders:
|
||||
- "*"
|
||||
|
||||
Reference in New Issue
Block a user