Skip to content

Instantly share code, notes, and snippets.

@kameshsampath
Created August 27, 2019 15:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kameshsampath/33c4af002b9491ea57aa54e57d7fc3c6 to your computer and use it in GitHub Desktop.
Save kameshsampath/33c4af002b9491ea57aa54e57d7fc3c6 to your computer and use it in GitHub Desktop.
apiVersion: 1.0.0
metadata:
name: quarkus-workshop
projects:
- name: quarkus-tutorial
source:
type: git
location: 'https://github.com/redhat-developer-demos/quarkus-tutorial.git'
components:
- id: redhat/vscode-yaml/latest
type: chePlugin
- id: redhat/vscode-xml/latest
type: chePlugin
- id: redhat/java8/latest
type: chePlugin
# Tool that allows to build java application including Quarkus
- alias: tools
type: kubernetes
mountSources: true
reference: https://raw.githubusercontent.com/redhat-developer-demos/guru-night/master/component-images.yaml
selector:
app.kubernetes.io/name: tutorial-tools
app.kubernetes.io/component: workshop
app.kubernetes.io/part-of: rhd-workshops
env:
- name: PROJECT_HOME
value: /projects
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment