Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fraliv13 committed Oct 30, 2023
1 parent 48dc303 commit 80665b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ monitors infrastructure manifests and provisions the desired infrastructure for
The infrastructure manifests can specify wheather the infrastructure can be provisioned for each tenant in a platform, or for the entire platform
#### Tenant target (default)
The provisioning target can be set to [Tenant], allowing provioning of 'per tenant' infrastructure resources.
The provisioning target can be set to `Tenant`, allowing provioning of 'per tenant' infrastructure resources.

> *Note* You can skip provisioning for a list of tenants you can specify a [Blacklist] filter. To allow provisioning for a subset of the tenants, you can specify a [Whitelist] filter.
> *Note* You can skip provisioning for a list of tenants you can specify a `Blacklist` filter. To allow provisioning for a subset of the tenants, you can specify a `Whitelist` filter.

Example:
```yaml
Expand All @@ -67,7 +67,7 @@ spec:
```

#### Platform target
The [Platform] target allows provisioning shared resources for the entire platform.
The `Platform` target allows provisioning shared resources for the entire platform.

Example:
```yaml
Expand Down

0 comments on commit 80665b4

Please sign in to comment.