Skip to content

Commit 7733182

Browse files
committed
Commit from GitHub Actions (WildFly Quickstarts Update 'README.adoc's)
1 parent b6571cb commit 7733182

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

ejb-txn-remote-call/README.adoc

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -979,15 +979,13 @@ To build the `client` and the `server` applications, this quickstart employs
979979
For more information about {productName}'s Helm chart, please refer to the official
980980
https://github.com/wildfly/wildfly-charts/blob/main/charts/wildfly/README.md[documentation].
981981
982-
ifndef::ProductRelease[]
983982
[source,sh,options="nowrap",subs="+quotes,attributes+"]
984983
----
985-
helm repo add wildfly https://docs.wildfly.org/wildfly-charts/
984+
helm repo add {helmRepoName} {helmRepoUrl}
986985
987-
helm install client -f charts/client.yaml wildfly/wildfly
988-
helm install server -f charts/server.yaml wildfly/wildfly
986+
helm install client -f charts/client.yaml {helmChartName}
987+
helm install server -f charts/server.yaml {helmChartName}
989988
----
990-
endif::[]
991989
992990
Wait for the builds to finish. Their status can be verified by executing the `oc get pod` command.
993991

0 commit comments

Comments
 (0)