Created
August 10, 2020 12:23
-
-
Save sunix/cbbe6f3a8fcc3c7ddc4c012457f05062 to your computer and use it in GitHub Desktop.
tekton plugin test
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
apiVersion: v2 | |
publisher: redhat | |
name: vscode-tekton | |
version: 0.2.0 | |
type: VS Code extension | |
displayName: Tekton | |
title: Tekton pipelines support | |
description: This extension adds rich pipeline support for Tekton | |
icon: https://www.eclipse.org/che/images/logo-eclipseche.svg | |
repository: https://github.com/redhat-developer/vscode-tekton | |
category: Language | |
firstPublicationDate: '2020-07-27' | |
spec: | |
containers: | |
- image: "quay.io/eclipse/che-sidecar-tekton:0.2.0-7a8b4ad" | |
name: vscode-tekton | |
memoryLimit: '384Mi' | |
volumes: | |
- mountPath: "/home/theia/.kube" | |
name: "kube" | |
extensions: | |
- https://download.jboss.org/jbosstools/vscode/3rdparty/vscode-tekton/vscode-tekton-pipelines-0.2.0.vsix |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment