File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
modules/end-user-guide/partials Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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: {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.
You can’t perform that action at this time.
0 commit comments