Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Anatolii Bazko <[email protected]>
  • Loading branch information
tolusha committed Nov 5, 2024
1 parent ee763be commit 1b5255d
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,18 +176,11 @@ spec:
+
Aside from the previously mentioned `ConfigMap`, `Secret`, and `PersistentVolumeClaim`, `Template` objects can include:
+
* `Deployments`
* `DevWorkspace`
* `DevWorkspaceTemplate`
* `Jobs`
* `LimitRange`
* `NetworkPolicy`
* `ResourceQuota`
* `Role`
* `RoleBinding`
* `Route`
* `Service`
* `ServiceAccount`
+
[source,yaml,subs="+attributes,+quotes"]
----
Expand All @@ -209,7 +202,7 @@ parameters:
+
The `parameters` are optional and define which parameters can be used. Currently, only `PROJECT_NAME` and `PROJECT_ADMIN_USER` are supported. `PROJECT_NAME` is the name of the {prod-short} {namespace}, while `PROJECT_ADMIN_USER` is the {prod-short} user of the {namespace}.
+
The {namespace} name in objects is omitted and will be replaced with the user's {namespace} name during synchronization.
The {namespace} name in objects will be replaced with the user's {namespace} name during synchronization.
+
.Replicating {kubernetes} resources to a user namespace:
====
Expand Down

0 comments on commit 1b5255d

Please sign in to comment.