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/09 14:00:11 UTC

[camel-karavan] branch main updated: Roadmap fix

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 5fdcf81  Roadmap fix
5fdcf81 is described below

commit 5fdcf81a6654e5ebe7aa7bf1280bad58675c1415
Author: Marat Gubaidullin <ma...@gmail.com>
AuthorDate: Sun Oct 9 09:59:25 2022 -0400

    Roadmap fix
---
 ROADMAP.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/ROADMAP.md b/ROADMAP.md
index 76c8dfd..8fb5ebc 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -9,8 +9,7 @@ Visual debugging process will be implemented, so users will be able stopping/ste
 ## Monitoring and dashboards
 We are planning to create a Dashboard page in the Karavan cloud application.
 
-Dashboard should show all Deployments, Pods, Pipelines and camel-context health-check information associated with Camel projects. 
-Camel projects are projects labeled with `app.openshift.io/runtime=camel` or `app.openshift.io/runtime=camel` and not limited to Karavan-created projects.
+Dashboard should show all Deployments, Pods, Pipelines and camel-context health-check information associated with Camel projects. Projects should not be limited to Karavan-created projects.
 
 ## Camel Error Handler
 ErrorHandler YAML DSL is different from canonical Java/XML DSL.