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

   ### What happened?
   
   Consider the following Integration:
   
   ```
   apiVersion: camel.apache.org/v1
   kind: Integration
   metadata:
     name: bugproperties
   spec:  
     sources:
     - name: main.yaml
       content: |-
         - from:
             uri: rest:get:/demo
             steps:
             - setBody:
                 constant: "It worked"
     traits:
       health:
         enabled: true
       camel:
         properties:
         - hello=world
   ```
   
   When I apply it to my cluster, the Integrations remains stuck at Building 
Kit:
   
   ```
   k get it
   NAME            PHASE          READY   RUNTIME PROVIDER   RUNTIME VERSION   
KIT   REPLICAS
   bugproperties   Building Kit           quarkus            3.2.3              
     
   
   ```
   
   If I include the runtimeVersion at the camel trait:
   ```
       camel:
         runtimeVersion: 3.2.3
         properties:
         - hello=world
   ```
   or remove the trait completely, the integration build finishes successfully.
   
   I checked the operator log and there is no error message related to the 
trait. Logs look good as usual.
   
   
   
   ### Steps to reproduce
   
   _No response_
   
   ### Relevant log output
   
   _No response_
   
   ### Camel K version
   
   2.4.0


-- 
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: commits-unsubscr...@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to