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 503cec3 Update README.md 503cec3 is described below commit 503cec3c48503dc5a9cbf363ecce4b7c719d91cd Author: Marat Gubaidullin <marat.gubaidul...@gmail.com> AuthorDate: Wed Aug 3 18:49:55 2022 -0400 Update README.md --- karavan-builder/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/karavan-builder/README.md b/karavan-builder/README.md index 3bd9378..251ad51 100644 --- a/karavan-builder/README.md +++ b/karavan-builder/README.md @@ -8,7 +8,7 @@ 2. OpenShift 4.10+ CLI installed ### Installation -* Deploy Tekton Operator +1. Deploy Tekton Operator ``` oc apply -f openshift/pipeline-operator.yaml ``` @@ -16,10 +16,11 @@ ``` oc apply -f openshift/karavan-namespace.yaml ``` + 3. Set git parameters Edit `karavan-secret.yaml` and set git repository, username and token 4. Deploy karavan ``` oc apply -k openshift - ``` \ No newline at end of file + ```