You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ma...@apache.org on 2022/05/24 19:09:35 UTC

[camel-karavan] branch main updated: Update README.md

This is an automated email from the ASF dual-hosted git repository.

marat pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git


The following commit(s) were added to refs/heads/main by this push:
     new 70bef85  Update README.md
70bef85 is described below

commit 70bef854d2a75e0f4912954ffcb7111a3d963acb
Author: Marat Gubaidullin <ma...@gmail.com>
AuthorDate: Tue May 24 15:09:30 2022 -0400

    Update README.md
---
 karavan-demo/postman/docs/README.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/karavan-demo/postman/docs/README.md b/karavan-demo/postman/docs/README.md
index 8808460..8692445 100644
--- a/karavan-demo/postman/docs/README.md
+++ b/karavan-demo/postman/docs/README.md
@@ -60,14 +60,16 @@ Send message to `payments` queue
 ### Install AMQ and AMQ Streams Operators
 Also creates `postman` namespace required for the demo
 ```
-oc apply -k manifests/operators
+cd ../openshift-manifests
+oc login --token=... --server=...
+oc apply -k operators
 ```
 Check that operators are succesfully installed
 ![operators](operators.png)
 
 ### Create AMQ, Kafka and Postgres demo instances 
 ```
-oc apply -k manifests/instances
+oc apply -k instances
 ```
 
 ### Package, build and deploy project