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