From 9984dc3601fca9f5d7d78888c1df65748431830c Mon Sep 17 00:00:00 2001 From: Manuel Finelli Date: Mon, 9 Jun 2025 14:34:25 +0100 Subject: [PATCH] Added missing instructions --- ejb-txn-remote-call/README-source.adoc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/ejb-txn-remote-call/README-source.adoc b/ejb-txn-remote-call/README-source.adoc index aef245d6f0..858833579e 100644 --- a/ejb-txn-remote-call/README-source.adoc +++ b/ejb-txn-remote-call/README-source.adoc @@ -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.