In chapter 3.2. Configuring JBoss EAP for OpenShift Using Environment Variables there is following command which is not working currently:
oc new-app jboss-eap71-openshift~https://github.com/jboss-developer/jboss-eap-quickstarts.git#7.1.0.GA --context-dir=kitchensink -e ADMIN_USERNAME=myspecialuser -e ADMIN_PASSWORD=myspecialp@ssw0rd
It's missing tag information so it should be:
oc new-app jboss-eap71-openshift:1.2~https://github.com/jboss-developer/jboss-eap-quickstarts.git#7.1.0.GA --context-dir=kitchensink -e ADMIN_USERNAME=myspecialuser -e ADMIN_PASSWORD=myspecialp@ssw0rd
- clones
-
JBEAP-14599 [7.1] oc command in chapter 3.2 change to use templates
- Closed