Skip to content

Commit

Permalink
[WFLY-15772] Use instructions to add Helm chart from the main repo
Browse files Browse the repository at this point in the history
  • Loading branch information
kabir committed Dec 2, 2021
1 parent d800fa1 commit 78d5afa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 18 deletions.
14 changes: 2 additions & 12 deletions microprofile-reactive-messaging-kafka/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1004,12 +1004,7 @@ In both cases we will use Helm to install the application. Make sure you have do
=== Deploy the {ProductShortName} Source-to-Image (S2I) Quickstart to OpenShift with AMQ Streams
This section describes how to deploy the application to OpenShift interacting with Kafka provided by AMQ Streams. If you want to use RHOSAK instead, see the <<xp-deploy-project-rhosak,RHOSAK instructions>>.

First add the Helm repository if you have not done so already:

[source,subs="attributes+",options="nowrap"]
----
helm repo add {helmRepoName} {helmRepoUrl}
----
First add the Helm repository, if you have not done so already, as described in {helmRepoUrl}.

Then run the following command to deploy and start the application (note we are using the name `mp-rm-qs` for our application here):

Expand All @@ -1036,12 +1031,7 @@ This section describes how to deploy the application to OpenShift interacting wi

To deploy your application make sure you have downloaded the https://docs.openshift.com/container-platform/4.8/cli_reference/helm_cli/getting-started-with-helm-on-openshift-container-platform.html[Helm CLI Tool]. `./helm-rhosak.yml` contains the information to deploy the application to be backed by Kafka provided by RHOSAK.

First add the Helm repository if you have not done so already:

[source,subs="attributes+",options="nowrap"]
----
helm repo add {helmRepoName} {helmRepoUrl}
----
First add the Helm repository, if you have not done so already, as described in {helmRepoUrl}.

Then run the following command to deploy and start the application (note we are using the name `mp-rm-qs` for our application here, as mentioned when we connected RHOSAK to our OpenShift project):
[source,subs="attributes+",options="nowrap"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,13 +247,9 @@ $ mvn oc:deploy -Pbootable-jar-openshift
----
endif::[]
ifdef::reactive-messaging[]
The command to deploy the application is slightly different depending on which Kafka installation you want to target. First add the Helm repository if you have not done so already:
// TODO needs a diff commit to differentiate between EAP and Wildfly
The command to deploy the application is slightly different depending on which Kafka installation you want to target.
+
[source,subs="attributes+",options="nowrap"]
----
helm repo add {helmRepoName} {helmRepoUrl}
----
First add the Helm repository, if you have not done so already, as described in {helmRepoUrl}.
+
Then, either:
+
Expand Down

0 comments on commit 78d5afa

Please sign in to comment.