This repository has been archived by the owner on Nov 28, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add nolsp devfile for Kabanero (#174)
Signed-off-by: John Collier <[email protected]>
- Loading branch information
1 parent
36b3754
commit b87ff9c
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
################################################################################ | ||
# Copyright (c) 2020 IBM Corporation and others. | ||
# All rights reserved. This program and the accompanying materials | ||
# are made available under the terms of the Eclipse Public License v2.0 | ||
# which accompanies this distribution, and is available at | ||
# http://www.eclipse.org/legal/epl-v20.html | ||
# | ||
# Contributors: | ||
# IBM Corporation - initial API and implementation | ||
################################################################################ | ||
|
||
--- | ||
apiVersion: 1.0.0 | ||
metadata: | ||
generateName: codewind-che | ||
components: | ||
- alias: theia-ide | ||
type: cheEditor | ||
id: eclipse/che-theia/latest | ||
memoryLimit: 1024Mi | ||
env: | ||
- name: INSECURE_KEYRING | ||
value: "true" | ||
- alias: codewind-sidecar | ||
type: chePlugin | ||
reference: https://raw.githubusercontent.com/eclipse/codewind-che-plugin/0.11.0/plugins/codewind/codewind-sidecar/0.11.0/meta.yaml | ||
- alias: codewind-theia | ||
type: chePlugin | ||
reference: https://raw.githubusercontent.com/eclipse/codewind-che-plugin/0.11.0/plugins/codewind/codewind-theia/0.11.0/meta.yaml |