Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/src/main/asciidoc/deploying-to-openshift.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The following table outlines the build strategies that {project-name} supports:
== Bootstrapping the project

First, you need a new project that contains the OpenShift extension.
Then, before you build and deploy our application, you must log into an OpenShift cluster.
Then, before you build and deploy your application, you must log into an OpenShift cluster.

=== Adding the OpenShift extension

Expand Down Expand Up @@ -104,7 +104,7 @@ However, if you want to continue to use `DeploymentConfig`, it is still possible
+
[source,bash,subs="+quotes,attributes+"]
----
quarkus extension add 'quarkus-openshift'
quarkus extension add quarkus-openshift
----

== Logging in to an {openshift} cluster
Expand Down
Loading