Skip to content

Commit

Permalink
Remove duplicate command (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
gautric authored and pabrahamsson committed Dec 9, 2019
1 parent 16ae4b1 commit 3974d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basic-spring-boot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ imagestream "spring-rest" created
deploymentconfig "spring-rest" created
rolebinding "jenkins_edit" configured
$ oc process -f .openshift/templates/deployment.yml -p=APPLICATION_NAME=basic-spring-boot
-p NAMESPACE=basic-spring-boot-stage -p=SA_NAMESPACE=basic-spring-boot-build -p=READINESS_PATH="/health" -p=READINESS_RESPONSE="status.:.UP" -p | oc apply -f- | oc apply -f-
-p NAMESPACE=basic-spring-boot-stage -p=SA_NAMESPACE=basic-spring-boot-build -p=READINESS_PATH="/health" -p=READINESS_RESPONSE="status.:.UP" -p | oc apply -f-
service "spring-rest" created
route "spring-rest" created
imagestream "spring-rest" created
Expand Down

0 comments on commit 3974d06

Please sign in to comment.