diff --git a/content/en/docs/Configuration/namespace-management.md b/content/en/docs/Configuration/namespace-management.md index 8227be7b3..ac9e7d694 100644 --- a/content/en/docs/Configuration/namespace-management.md +++ b/content/en/docs/Configuration/namespace-management.md @@ -46,7 +46,7 @@ spec: cluster_wide_access: false discovery_selectors: default: - - matchExpression: + - matchExpressions: - key: my-mesh operator: Exists ``` @@ -116,9 +116,9 @@ 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: @@ -126,7 +126,7 @@ spec: my-remote-cluster: - matchLabels: org: production - - matchExpression: + - matchExpressions: - key: region operator: In values: ["east"]