Skip to content

Commit

Permalink
Merge pull request #34055 from sberyozkin/openshift-doc-service-name-fix
Browse files Browse the repository at this point in the history
Fix service name in the OpenShift guide
  • Loading branch information
gsmet authored Jun 15, 2023
2 parents b1eb5b6 + 219c85e commit f3761c1
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 @@ -115,7 +115,7 @@ So unless you've used the `quarkus.openshift.route.expose` config property to ex
.Expose The Service - OpenShift CLI Example
[source,bash,subs=attributes+]
----
oc expose svc/greeting <1>
oc expose svc/openshift-quickstart <1>
oc get routes <2>
curl http://<route>/hello <3>
----
Expand Down

0 comments on commit f3761c1

Please sign in to comment.