File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change
1
+ kind : DevWorkspace
2
+ apiVersion : workspace.devfile.io/v1alpha2
3
+ metadata :
4
+ name : theia-next
5
+ spec :
6
+ started : true
7
+ template :
8
+ attributes :
9
+ pod-overrides :
10
+ metadata :
11
+ annotations :
12
+ io.openshift.userns : " true"
13
+ io.kubernetes.cri-o.userns-mode : " auto:size=65536;map-to-root=true" # <-- user namespace
14
+ openshift.io/scc : container-build
15
+ spec :
16
+ runtimeClassName : kata
17
+ schedulerName : stork
18
+ projects :
19
+ - name : web-nodejs-sample
20
+ git :
21
+ remotes :
22
+ origin : " https://github.com/che-samples/web-nodejs-sample.git"
23
+ components :
24
+ - name : theia
25
+ plugin :
26
+ uri : https://che-plugin-registry-main.surge.sh/v3/plugins/eclipse/che-theia/next/devfile.yaml
27
+ components :
28
+ - name : theia-ide
29
+ container :
30
+ env :
31
+ - name : THEIA_HOST
32
+ value : 0.0.0.0
33
+ commands :
34
+ - id : say-hello
35
+ exec :
36
+ component : theia-ide
37
+ commandLine : echo "Hello from $(pwd)"
38
+ workingDir : ${PROJECTS_ROOT}/project/app
You can’t perform that action at this time.
0 commit comments