This repository was archived by the owner on Nov 28, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ # ###############################################################################
2+ # Copyright (c) 2020 IBM Corporation and others.
3+ # All rights reserved. This program and the accompanying materials
4+ # are made available under the terms of the Eclipse Public License v2.0
5+ # which accompanies this distribution, and is available at
6+ # http://www.eclipse.org/legal/epl-v20.html
7+ #
8+ # Contributors:
9+ # IBM Corporation - initial API and implementation
10+ # ###############################################################################
11+
12+ ---
13+ apiVersion : 1.0.0
14+ metadata :
15+ generateName : codewind-che
16+ components :
17+ - alias : theia-ide
18+ type : cheEditor
19+ id : eclipse/che-theia/latest
20+ memoryLimit : 1024Mi
21+ env :
22+ - name : INSECURE_KEYRING
23+ value : " true"
24+ - alias : codewind-sidecar
25+ type : chePlugin
26+ reference : https://raw.githubusercontent.com/eclipse/codewind-che-plugin/0.11.0/plugins/codewind/codewind-sidecar/0.11.0/meta.yaml
27+ - alias : codewind-theia
28+ type : chePlugin
29+ reference : https://raw.githubusercontent.com/eclipse/codewind-che-plugin/0.11.0/plugins/codewind/codewind-theia/0.11.0/meta.yaml
You can’t perform that action at this time.
0 commit comments