Skip to content

Instantly share code, notes, and snippets.

@sunix
Created August 10, 2020 12:23
Show Gist options
  • Save sunix/cbbe6f3a8fcc3c7ddc4c012457f05062 to your computer and use it in GitHub Desktop.
Save sunix/cbbe6f3a8fcc3c7ddc4c012457f05062 to your computer and use it in GitHub Desktop.
tekton plugin test
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