lburgazzoli opened a new issue #2296:
URL: https://github.com/apache/camel-k/issues/2296
As we have a normalized way do reference k8s resources, it should be
possible to use it to reference a source/sink/step, i.e.:
```yaml
apiVersion: camel.apache.org/v1alpha1
kind: KameletBinding
metadata:
name: telegram-text-source-to-channel
spec:
source:
ref: "camel.apache.org/v1alpha1:Kamelet:telegram-text-source"
properties:
botToken: the-token-here
sink:
ref: "messaging.knative.dev/v1:InMemoryChannel:messages"
```
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]