Skip to content

Commit 25d8845

Browse files
committed
fix: invalid yaml in example
1 parent 8aac964 commit 25d8845

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/book/src/topics/multitenancy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ kind: AWSClusterControllerIdentity
5656
metadata:
5757
name: "default"
5858
spec:
59-
allowedNamespaces:{} # matches all namespaces
59+
allowedNamespaces: {} # matches all namespaces
6060
```
6161
`AWSClusterControllerIdentity` is immutable to avoid any unwanted overrides to the allowed namespaces, especially during upgrading clusters.
6262

@@ -231,7 +231,7 @@ kind: AWSClusterControllerIdentity
231231
metadata:
232232
name: "default"
233233
spec:
234-
allowedNamespaces:{} # matches all namespaces
234+
allowedNamespaces: {} # matches all namespaces
235235
```
236236

237237
```yaml

0 commit comments

Comments
 (0)