kaoto-backend
kaoto-backend copied to clipboard
Resource of type integration creating empty flow on cluster
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:
- Deploy Kaoto on a cluster
- Deploy camel-k operator
- Create sample integration flow
- 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
🚨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.