Update website/content/docs/api-gateway/configuration/gateway.mdx

Co-authored-by: Nathan Coleman <nathan.coleman@hashicorp.com>
This commit is contained in:
sarahalsmiller 2022-07-07 15:23:13 -05:00 committed by GitHub
parent ecb967bcb3
commit 0e7b49fcc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -92,8 +92,8 @@ The `selector` configuration matches zero or more namespaces that determine whic
* Required: Required when from is configured to selector.
The selector configuration contains one of the following objects:
* matchExpressions
* matchLabels
* `matchExpressions`
* `matchLabels`
### listeners.allowedRoutes.namespaces.selector.matchExpressions
Specifies an array of requirements for matching namespaces. If a match is found, then routes from the matching namespace(s) are allowed to attach to the `Gateway`. The following table describes members of the `matchExpressions` array: