Skip to content

Commit

Permalink
Merge pull request #4098 from jdockerty/fix/multi-tenancy-example-inv…
Browse files Browse the repository at this point in the history
…alid-yaml

fix: invalid yaml in multi-tenancy example
  • Loading branch information
k8s-ci-robot authored Feb 25, 2023
2 parents 8aac964 + 25d8845 commit 9b5ae92
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 9b5ae92

Please sign in to comment.