Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,17 @@ spec:
- name: tooling-container
container:
image: quay.io/devfile/universal-developer-image:ubi9-latest
env:
- name: CHE_DASHBOARD_URL
value: pass:c,a,q[{prod-url}]/dashboard/ <7>
----
<1> Name of the `DevWorkspace` custom resource. This will be the name of the new workspace.
<2> User namespace, which is the target {orch-namespace} for the new workspace.
<3> Determines whether the workspace must be started when the `DevWorkspace` custom resource is created.
<4> URL reference to the link:https://github.com/microsoft/vscode[Microsoft Visual Studio Code - Open Source] IDE devfile.
<5> Details about the Git repository to clone into the workspace when it starts.
<6> List of components such as workspace containers and volume components.
<7> URL to {prod-short} dashboard
====

. Apply the `DevWorkspace` custom resource to the cluster.
Expand Down