mirror of https://github.com/status-im/consul.git
fixed small typo
This commit is contained in:
parent
5dad74df3c
commit
62003637df
|
@ -117,7 +117,8 @@ namespaceSelector:
|
||||||
### listeners.allowedRoutes.namespaces.selector.matchLabels
|
### listeners.allowedRoutes.namespaces.selector.matchLabels
|
||||||
Specifies an array of labels and label values. If a match is found, then routes with the matching label(s) are allowed to attach to the `Gateway`. This selector can contain any arbitrary key/value pair.
|
Specifies an array of labels and label values. If a match is found, then routes with the matching label(s) are allowed to attach to the `Gateway`. This selector can contain any arbitrary key/value pair.
|
||||||
|
|
||||||
In the following example, routes in namespaces that have a `bar` label are allowed to attache to the `Gateway`.
|
In the following example, routes in namespaces that have a `bar` label are allowed to attach to the `Gateway`.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
namespaceSelector:
|
namespaceSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
|
|
Loading…
Reference in New Issue