We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8aac964 + 25d8845 commit 9b5ae92Copy full SHA for 9b5ae92
docs/book/src/topics/multitenancy.md
@@ -56,7 +56,7 @@ kind: AWSClusterControllerIdentity
56
metadata:
57
name: "default"
58
spec:
59
- allowedNamespaces:{} # matches all namespaces
+ allowedNamespaces: {} # matches all namespaces
60
```
61
`AWSClusterControllerIdentity` is immutable to avoid any unwanted overrides to the allowed namespaces, especially during upgrading clusters.
62
@@ -231,7 +231,7 @@ kind: AWSClusterControllerIdentity
231
232
233
234
235
236
237
```yaml
0 commit comments