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 3813835 Update OPENSHIFT_DEMO.md 3813835 is described below commit 3813835934a4fa0c0505aac092bf667ffa802b62 Author: Marat Gubaidullin <marat.gubaidul...@gmail.com> AuthorDate: Tue Nov 1 10:10:09 2022 -0400 Update OPENSHIFT_DEMO.md --- karavan-cloud/OPENSHIFT_DEMO.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/karavan-cloud/OPENSHIFT_DEMO.md b/karavan-cloud/OPENSHIFT_DEMO.md index f257220..10c8e93 100644 --- a/karavan-cloud/OPENSHIFT_DEMO.md +++ b/karavan-cloud/OPENSHIFT_DEMO.md @@ -37,6 +37,8 @@ Karavan cloud-native integration toolkit demo on OpenShift with Gitea repository ``` oc new-project karavan ``` + If cluster has LimitRange for karavan namespace, remove LimitRange for the namespace + 2. Create Gitea instance ``` oc apply -f https://raw.githubusercontent.com/apache/camel-karavan/main/karavan-cloud/openshift/gitea.yaml @@ -52,7 +54,6 @@ Karavan cloud-native integration toolkit demo on OpenShift with Gitea repository ``` 4. Create Karavan Instance - If cluster has LimitRange for karavan namespace, remove LimitRange for the namespace ``` oc apply -f https://raw.githubusercontent.com/apache/camel-karavan/main/karavan-cloud/openshift/karavan.yaml ```