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 <marat.gubaidul...@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  ### Create AMQ, Kafka and Postgres demo instances ``` -oc apply -k manifests/instances +oc apply -k instances ``` ### Package, build and deploy project