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
8 changes: 3 additions & 5 deletions ejb-txn-remote-call/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -795,15 +795,13 @@ To build the `client` and the `server` applications, this quickstart employs
For more information about {productName}'s Helm chart, please refer to the official
https://github.com/wildfly/wildfly-charts/blob/main/charts/wildfly/README.md[documentation].

ifndef::ProductRelease[]
[source,sh,options="nowrap",subs="+quotes,attributes+"]
----
helm repo add wildfly https://docs.wildfly.org/wildfly-charts/
helm repo add {helmRepoName} {helmRepoUrl}

helm install client -f charts/client.yaml wildfly/wildfly
helm install server -f charts/server.yaml wildfly/wildfly
helm install client -f charts/client.yaml {helmChartName}
helm install server -f charts/server.yaml {helmChartName}
----
endif::[]

Wait for the builds to finish. Their status can be verified by executing the `oc get pod` command.

Expand Down