Skip to content

Instantly share code, notes, and snippets.

View crobby's full-sized avatar

Chad Roberts crobby

  • SUSE
  • Flushing, Michigan, USA
View GitHub Profile
@jkremser
jkremser / jbpm
Last active October 2, 2018 15:27
# image streams
oc create -f https://raw.githubusercontent.com/jboss-container-images/rhpam-7-openshift-image/7.0.1.GA/rhpam70-image-streams.yaml
#oc create -f https://raw.githubusercontent.com/jboss-container-images/rhpam-7-openshift-image/rhpam71-dev/rhpam71-image-streams.yaml
# import template
oc create -f https://raw.githubusercontent.com/jboss-container-images/rhpam-7-openshift-image/7.0.1.GA/templates/rhpam70-trial-ephemeral.yaml
#oc create -f https://raw.githubusercontent.com/jboss-container-images/rhpam-7-openshift-image/rhpam71-dev/templates/rhpam71-trial-ephemeral.yaml
# instantiate the template
oc new-app -l app=jbpm --template=rhpam70-trial-ephemeral -p IMAGE_STREAM_NAMESPACE=`oc project -q`