nicolaferraro commented on issue #1636:
URL: https://github.com/apache/camel-k/issues/1636#issuecomment-669167127


   Like:
   
   
   ```yaml
   apiVersion: messaging.knative.dev/v1beta1
   kind: Subscription
   metadata:
     name: mysubscription
   spec:
     channel:
       apiVersion: messaging.knative.dev/v1
       kind: InMemoryChannel
       name: your-source-channel
     subscriber:
       ref:
         apiVersion: serving.knative.dev/v1
         kind: Service
         name: the-name-of-your-integration
   ```


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