Skip to content

Commit 27aa3e5

Browse files
fix: Updating procedure for namespace provisioning in advance (#2779)
* 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>
1 parent d5aea36 commit 27aa3e5

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,16 @@ You can provision workspaces {orch-namespace}s in advance, rather than relying o
1111

1212
.Procedure
1313

14-
* Create the __<{orch-namespace}_name>__ {orch-namespace} for __<username>__ user with the following labels and annotations:
14+
. Disable automatic namespace provisioning on the `CheCluster` level:
15+
+
16+
[source,yaml,subs="+quotes,+attributes"]
17+
----
18+
devEnvironments:
19+
defaultNamespace:
20+
autoProvision: false
21+
----
22+
23+
. Create the __<{orch-namespace}_name>__ {orch-namespace} for __<username>__ user with the following labels and annotations:
1524
+
1625
[source,yaml,subs="+quotes,+attributes"]
1726
----

0 commit comments

Comments
 (0)