KaotoIO / kaoto-backend

Backend for the Kaoto project to provide an easy to use integration framework based on Apache Camel.
Apache License 2.0
75 stars 32 forks source link

Resource of type integration creating empty flow on cluster #821

Open tplevko opened 1 year ago

tplevko commented 1 year ago

Describe the bug When user tries to deploy the resource of type "integration" on cluster - there is only empty flow created:

  flows:
    - from: null

In Kaoto, the flow resource looked like this:

  flows:
  - route:
      id: route-1562
      from:
        uri: timer:test
        steps:
        - to:
            uri: log:test

KameletBinding resource it works with no problem.

To Reproduce Steps to reproduce the behavior:

  1. Deploy Kaoto on a cluster
  2. Deploy camel-k operator
  3. Create sample integration flow
  4. See error

Expected behavior

The resource should be created

Environment (please complete the following information):

Recording Peek 2023-08-02 10-47

stale[bot] commented 10 months ago

🚨This issue has been automatically marked as stale because it has not had recent activity.🚨 If you are still interested in this issue, please, leave a comment stating its current status. Note that if no development resources has been allocated on it, you may need to search for alternative resources to complete it. It will be closed if no further activity occurs. Thank you for your contributions.