Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Commit b87ff9c

Browse files
authored
Add nolsp devfile for Kabanero (#174)
Signed-off-by: John Collier <[email protected]>
1 parent 36b3754 commit b87ff9c

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

devfiles/0.11.0/devfile_nolsp.yaml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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

0 commit comments

Comments
 (0)