Skip to content
Merged
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
9 changes: 3 additions & 6 deletions ejb-txn-remote-call/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,6 @@ WFLYSRV0018: Deployment "deployment.server.war" is using a private module ("org.
----

// Build and run sections for other environments/builds
ifndef::ProductRelease[]

[[build_and_run_the_quickstart_with_provisioned_server]]
== Building and running the quickstart application with provisioned {productName} server
Expand Down Expand Up @@ -673,8 +672,6 @@ mvn wildfly:shutdown -Dwildfly.port=10090
mvn wildfly:shutdown -Dwildfly.port=10190
----

endif::[]

== Running on OpenShift

The ephemeral nature of OpenShift does not work smoothly with {productName}'s ability to handle transactions.
Expand Down Expand Up @@ -730,13 +727,13 @@ To install {productName}'s Operator, follow the https://docs.redhat.com/en/docum
* You have installed the oc tool in your local system.
====

1. View the list of operators available to the cluster from the OperatorHub:
. View the list of operators available to the cluster from the OperatorHub:
+
[source,sh,options="nowrap",subs="+quotes,attributes+"]
----
oc get packagemanifests -n openshift-marketplace | grep eap
----
1. Create a `Subscription` object YAML file (for example, `eap-operator-sub.yaml`) to subscribe a namespace to your EAP operator. The following is an example `Subscription` object YAML file:
. Create a `Subscription` object YAML file (for example, `eap-operator-sub.yaml`) to subscribe a namespace to your EAP operator. The following is an example `Subscription` object YAML file:
+
[source,sh,options="nowrap",subs="+quotes,attributes+"]
----
Expand All @@ -752,7 +749,7 @@ spec:
source: redhat-operators
sourceNamespace: openshift-marketplace
----
1. Create the `Subscription` object from the YAML file:
. Create the `Subscription` object from the YAML file:
+
[source,sh,options="nowrap",subs="+quotes,attributes+"]
----
Expand Down
Loading