Skip to content

Commit

Permalink
fix: Updating procedure for namespace provisioning in advance
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuziuk authored Aug 22, 2024
1 parent d5aea36 commit 20c96d5
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ You can provision workspaces {orch-namespace}s in advance, rather than relying o

.Procedure

* Disable automatic namespace provisioning on the `CheCluster` level:
+
[source,yaml,subs="+quotes,+attributes"]
----
devEnvironments:
defaultNamespace:
autoProvision: false
----

* Create the __<{orch-namespace}_name>__ {orch-namespace} for __<username>__ user with the following labels and annotations:
+
[source,yaml,subs="+quotes,+attributes"]
Expand Down

0 comments on commit 20c96d5

Please sign in to comment.