nicolaferraro opened a new issue #1778:
URL: https://github.com/apache/camel-k/issues/1778


   E.g.
   
   ```
   apiVersion: camel.apache.org/v1alpha1
   kind: KameletBinding
   metadata:
     name: telegram-binding
   spec:
     sink:
       ref:
         apiVersion: eventing.knative.dev/v1
         kind: Broker
         name: default
     source:
       properties:
         authorizationToken: 'xxx'
       ref:
         apiVersion: camel.apache.org/v1alpha1
         kind: Kamelet
         name: telegram-source
   
   ```
   
   Results in impossibility to create Knative SinkBinding.


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to