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/10/17 21:21:48 UTC

[camel-karavan] branch main updated: Fix docs

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 e6859b5  Fix docs
e6859b5 is described below

commit e6859b5199b941df950bb6e3f11a472435bf8593
Author: Marat Gubaidullin <ma...@gmail.com>
AuthorDate: Mon Oct 17 17:21:39 2022 -0400

    Fix docs
---
 karavan-cloud/OPENSHIFT_DEMO.md | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/karavan-cloud/OPENSHIFT_DEMO.md b/karavan-cloud/OPENSHIFT_DEMO.md
index 6f0dde5..c1c9c14 100644
--- a/karavan-cloud/OPENSHIFT_DEMO.md
+++ b/karavan-cloud/OPENSHIFT_DEMO.md
@@ -7,6 +7,8 @@ Karavan cloud-native integration toolkit demo on OpenShift with Gitea repository
 2. OpenShift 4.10+ CLI installed
 
 ### Installation
+
+#### Install Operators
 1. Install the Red Hat GPTE CatalogSource into your cluster (required for Gitea Operator)
     ```
     oc apply -f https://raw.githubusercontent.com/redhat-gpte-devopsautomation/gitea-operator/master/catalog_source.yaml
@@ -23,19 +25,21 @@ Karavan cloud-native integration toolkit demo on OpenShift with Gitea repository
     ```
     oc apply -f https://raw.githubusercontent.com/apache/camel-karavan/main/karavan-cloud/openshift/karavan-operator.yaml
     ```
-5. Create namespace
+
+#### Install applications
+1. Create namespace
     ```
     oc new-project karavan
     ```
-6. Create Gitea instance
+2. Create Gitea instance
     ```
-    oc apply -f https://raw.githubusercontent.com/apache/camel-karavan/main/karavan-cloud/openshift/gitea-instance.yaml
+    oc apply -f https://raw.githubusercontent.com/apache/camel-karavan/main/karavan-cloud/openshift/gitea.yaml
     ```
-7. Create Karavan Secret
+3. Create Karavan Secret
     ```
     oc apply -f https://raw.githubusercontent.com/apache/camel-karavan/main/karavan-cloud/openshift/karavan-secret.yaml
     ```
-8. Create Karavan Instance
+4. Create Karavan Instance
     ```
     oc apply -f https://raw.githubusercontent.com/apache/camel-karavan/main/karavan-cloud/openshift/karavan.yaml
     ```
\ No newline at end of file