kaoto-backend icon indicating copy to clipboard operation
kaoto-backend copied to clipboard

Resource of type integration creating empty flow on cluster

Open tplevko opened this issue 1 year ago • 1 comments

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):

  • Output of the mvn -version` command
  • Kaoto Version [e.g. 1.2]

Recording Peek 2023-08-02 10-47

tplevko avatar Aug 02 '23 08:08 tplevko

🚨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.

stale[bot] avatar Oct 31 '23 23:10 stale[bot]