Merge pull request #19 from victorcasado/patch-1

Update multi-tenancy.md
This commit is contained in:
Mario Manno 2022-11-28 11:56:54 +01:00 committed by GitHub
commit 997cba5542
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ A multi-tenant fleet setup looks like this:
* tenants don't share namespaces, each tenant has one or more namespaces on the
upstream cluster, where they can create GitRepo resources
* tenants can deploy cluster wide resources and are limited to a set of
* tenants can't deploy cluster wide resources and are limited to a set of
namespaces on downstream clusters
* clusters are in a separate namespace
@ -72,7 +72,7 @@ Admins can further restrict tenants by creating a `GitRepoRestriction` in each o
allowedTargetNamespaces:
- project1simpleapp
This will deny the creation of cluster wide resources, which may interfere with other tenants and limit th deployment to the 'project1simpleapp' namespace.
This will deny the creation of cluster wide resources, which may interfere with other tenants and limit the deployment to the 'project1simpleapp' namespace.
## An Example GitRepo Resource