Skip to content

Commit

Permalink
fix: invalid yaml in example
Browse files Browse the repository at this point in the history
  • Loading branch information
jdockerty committed Feb 24, 2023
1 parent 8aac964 commit 25d8845
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/book/src/topics/multitenancy.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ kind: AWSClusterControllerIdentity
metadata:
name: "default"
spec:
allowedNamespaces:{} # matches all namespaces
allowedNamespaces: {} # matches all namespaces
```
`AWSClusterControllerIdentity` is immutable to avoid any unwanted overrides to the allowed namespaces, especially during upgrading clusters.

Expand Down Expand Up @@ -231,7 +231,7 @@ kind: AWSClusterControllerIdentity
metadata:
name: "default"
spec:
allowedNamespaces:{} # matches all namespaces
allowedNamespaces: {} # matches all namespaces
```

```yaml
Expand Down

0 comments on commit 25d8845

Please sign in to comment.