Skip to content

Commit

Permalink
Fix endpoint address in the OpenShift guide
Browse files Browse the repository at this point in the history
(cherry picked from commit b63cbde)
  • Loading branch information
sberyozkin authored and gsmet committed Jun 15, 2023
1 parent 1ff379c commit ee4b5bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/deploying-to-openshift.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ oc new-app --name=greeting <project>/openshift-quickstart:1.0.0-SNAPSHOT <2>
oc get svc
oc expose svc/greeting <3>
oc get routes <4>
curl http://<route>/greeting <5>
curl http://<route>/hello <5>
----
<1> Lists the image streams created. The image stream of our application should be tagged as <project>/openshift-quickstart:1.0.0-SNAPSHOT.
<2> Create a new application from the image source.
Expand Down

0 comments on commit ee4b5bf

Please sign in to comment.