Skip to content

Commit 5a048a9

Browse files
authored
fix: proc_creating-workspaces.adoc (#2981)
* fix: proc_creating-workspaces.adoc Signed-off-by: Anatolii Bazko <[email protected]> * fixup Signed-off-by: Anatolii Bazko <[email protected]> --------- Signed-off-by: Anatolii Bazko <[email protected]>
1 parent 15bb273 commit 5a048a9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/end-user-guide/partials/proc_creating-workspaces.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,17 @@ spec:
8383
- name: tooling-container
8484
container:
8585
image: quay.io/devfile/universal-developer-image:ubi9-latest
86+
env:
87+
- name: CHE_DASHBOARD_URL
88+
value: pass:c,a,q[{prod-url}]/dashboard/ <7>
8689
----
8790
<1> Name of the `DevWorkspace` custom resource. This will be the name of the new workspace.
8891
<2> User namespace, which is the target {orch-namespace} for the new workspace.
8992
<3> Determines whether the workspace must be started when the `DevWorkspace` custom resource is created.
9093
<4> URL reference to the link:https://github.com/microsoft/vscode[Microsoft Visual Studio Code - Open Source] IDE devfile.
9194
<5> Details about the Git repository to clone into the workspace when it starts.
9295
<6> List of components such as workspace containers and volume components.
96+
<7> URL to {prod-short} dashboard
9397
====
9498

9599
. Apply the `DevWorkspace` custom resource to the cluster.

0 commit comments

Comments
 (0)