Skip to content

Commit

Permalink
fix typo - "matchExpressions" - must be plural (#813)
Browse files Browse the repository at this point in the history
* fix typo - "matchExpressions" - must be plural

* typo - meant to say cluster, not namespace
  • Loading branch information
jmazzitelli committed Aug 31, 2024
1 parent 3c5719b commit 85d3007
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/en/docs/Configuration/namespace-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
cluster_wide_access: false
discovery_selectors:
default:
- matchExpression:
- matchExpressions:
- key: my-mesh
operator: Exists
```
Expand Down Expand Up @@ -116,17 +116,17 @@ spec:
deployment:
cluster_wide_access: false
discovery_selectors:
# define accessible namespaces on the local namespace
# define accessible namespaces on the local cluster
default:
- matchExpression:
- matchExpressions:
- key: my-mesh
operator: Exists
overrides:
# My remote cluster has a different set of namespaces
my-remote-cluster:
- matchLabels:
org: production
- matchExpression:
- matchExpressions:
- key: region
operator: In
values: ["east"]
Expand Down

0 comments on commit 85d3007

Please sign in to comment.