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

   ### What happened?
   
   Given a route with a dynamic endpoint as 
`toD("{{foo.myroute.endpoint}}/test")` the camel-k-operator fails with `error 
during trait customization: kamelets trait configuration failed: component not 
found for uri \"{{foo.myroute.endpoint}}/test\"`
   
   
https://camel.zulipchat.com/#narrow/stream/257299-camel-k/topic/Help.20with.20.60--build-property.60/near/406416737
   
   ### Steps to reproduce
   
   Run the route
   ```
   - from:
       uri: "timer:test"
       steps:
         - setBody:
             simple: "{{foo.application.custom}}"
         - toD: "{{foo.myroute.endpoint}}/test"
   ```
   
   given the properties file
   ```
   foo.application.custom = my-custom-value
   foo.myroute.endpoint = http://my-site.com
   ```
   
   
   
   ### Relevant log output
   
   _No response_
   
   ### Camel K version
   
   _No response_


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