davsclaus commented on issue #112:
URL: https://github.com/apache/camel-karavan/issues/112#issuecomment-977626884
@mgubaidullin okay so its a problem with the Kamelet EIP. I need to dig
deeper to find the bug
If you use this, then it works
```
apiVersion: camel.apache.org/v1
kind: Integration
metadata:
name: my-camel-k.yaml
spec:
flows:
- from:
uri: "kamelet:timer-source"
parameters:
message: Hello Camel K3
period: 3000
steps:
- to: "log:sink?showHeaders=false"
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]