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 1da31c7  Readme fix (#50)
1da31c7 is described below

commit 1da31c7d2b2fda9c0669c5645ad18f65a8abddec
Author: Marat Gubaidullin <[email protected]>
AuthorDate: Wed Oct 27 15:52:19 2021 -0400

    Readme fix (#50)
---
 karavan-vscode/README.md | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/karavan-vscode/README.md b/karavan-vscode/README.md
index b966be8..71f07a1 100644
--- a/karavan-vscode/README.md
+++ b/karavan-vscode/README.md
@@ -16,7 +16,7 @@
 
 ## Prerequisites
 
-* Apache Camel K installed. See the Apache Camel K installation page for 
details: 
(https://camel.apache.org/camel-k/latest/installation/installation.html).
+* Apache Camel K installed. See the Apache Camel K installation page for 
details: (https://camel.apache.org/camel-k/next/installation/installation.html).
 * Openshift or Kubernetes CLI
 * Microsoft VS Code installed. You can get the most recent version from 
(https://code.visualstudio.com/) for your chosen operating system.
 
@@ -39,7 +39,13 @@
 
 ![open](screenshots/open.png)
 
-### Deploy
+### Deploy with Camel-K on Kubernetes
+
+```shell
+kubectl apply -f integration.yaml
+```
+
+### Deploy with Camel-K on Openshift
 
 ```shell
 oc apply -f integration.yaml

Reply via email to