Skip to content

Commit

Permalink
fix: Updating procedure for namespace provisioning in advance (#2779)
Browse files Browse the repository at this point in the history
* fix: Updating procedure for namespace provisioning in advance

* Update modules/administration-guide/pages/provisioning-namespaces-in-advance.adoc

Co-authored-by: Jana Vrbkova <jvrbkova@redhat.com>

* Update modules/administration-guide/pages/provisioning-namespaces-in-advance.adoc

Co-authored-by: Jana Vrbkova <jvrbkova@redhat.com>

---------

Co-authored-by: Jana Vrbkova <jvrbkova@redhat.com>
  • Loading branch information
ibuziuk and deerskindoll authored Aug 22, 2024
1 parent d5aea36 commit 27aa3e5
Showing 1 changed file with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,16 @@ You can provision workspaces {orch-namespace}s in advance, rather than relying o

.Procedure

* Create the __<{orch-namespace}_name>__ {orch-namespace} for __<username>__ user with the following labels and annotations:
. 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 27aa3e5

Please sign in to comment.