Skip to content

Commit

Permalink
Fix lint and spell checks
Browse files Browse the repository at this point in the history
  • Loading branch information
SheryarButt committed May 20, 2024
1 parent 749106f commit 79cff94
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion content/crds-api-reference/extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Before you create an Extension CR, you need to modify the Integration Config res
namespace: openshift-operators
```
The above configuration will whitelist the `EnvironmentProvisioner` CRD and blacklist the `ResourceQuota` resource. Also note that the `namespace` field is mandatory and should be set to the namespace where the ArgoCD is deployed.
The above configuration will allow the `EnvironmentProvisioner` CRD and blacklist the `ResourceQuota` resource. Also note that the `namespace` field is mandatory and should be set to the namespace where the ArgoCD is deployed.

Every Extension CR is associated with a specific Tenant. Here's an example of an Extension CR that is associated with a Tenant named `tenant-sample`:

Expand Down
2 changes: 1 addition & 1 deletion content/tutorials/tenant/assigning-metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,4 @@ spec:
This setup ensures that all sandbox namespaces receive the designated metadata, with support for templated values, such as **{{ TENANT.USERNAME }}**, allowing dynamic customization based on the tenant or user context.
These enhancements in metadata management within the `v1beta3` version of the Tenant CR provide comprehensive and flexible tools for labeling and annotating namespaces, supporting a wide range of organizational, security, and operational objectives.
These enhancements in metadata management within the `v1beta3` version of the Tenant CR provide comprehensive and flexible tools for labeling and annotating namespaces, supporting a wide range of organizational, security, and operational objectives.
2 changes: 1 addition & 1 deletion content/tutorials/tenant/create-tenant.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Creating a Tenant

Bill, a cluster admin, has been tasked by the CTO of NordMart to set up a new tenant for Anna's team. Following the request, Bill proceeds to create a new tenant named bluesky in the Kubernetes cluster.
Bill, a cluster admin, has been tasked by the CTO of Nordmart to set up a new tenant for Anna's team. Following the request, Bill proceeds to create a new tenant named bluesky in the Kubernetes cluster.

## Setting Up the Tenant

Expand Down
1 change: 0 additions & 1 deletion content/tutorials/tenant/creating-namespaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

Bill, tasked with structuring namespaces for different environments within a tenant, utilizes the Tenant Custom Resource (CR) to streamline this process efficiently. Here's how Bill can orchestrate the creation of `dev`, `build`, and `production` environments for the tenant members directly through the Tenant CR.


## Strategy for Namespace Creation

To facilitate the environment setup, Bill decides to categorize the namespaces based on their association with the tenant's name. He opts to use the `namespaces.withTenantPrefix` field for namespaces that should carry the tenant name as a prefix, enhancing clarity and organization. For namespaces that do not require a tenant name prefix, Bill employs the `namespaces.withoutTenantPrefix` field.
Expand Down

0 comments on commit 79cff94

Please sign in to comment.