bouskaJ opened a new issue, #3671:
URL: https://github.com/apache/camel-k/issues/3671

   I am creating the following KameletBinding
   ```
   
   apiVersion: camel.apache.org/v1alpha1
   kind: KameletBinding
   metadata:
     annotations:
       trait.camel.apache.org/quarkus.package-type: native
     name: test
   spec:
     sink:
       properties: {}
       uri: log:info?showStreams=true
     source:
       properties:
         message: "test"
       ref:
         apiVersion: camel.apache.org/v1alpha1
         kind: Kamelet
         name: timer-source
   ```
   The KameletBinding gets stuck on the `Creating` phase.
   The underlying integration gets stuck on the ` Building Kit ` phase
   


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

Reply via email to