You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/08/20 13:08:48 UTC

[GitHub] [camel-k] johnpoth commented on issue #2396: Kamelets: configuration does not seem to cascade to the integration

johnpoth commented on issue #2396:
URL: https://github.com/apache/camel-k/issues/2396#issuecomment-902680914


   Wanted to do the same thing, as an alternative you can do:
   ```
   apiVersion: camel.apache.org/v1alpha1
   kind: KameletBinding
   metadata:
     name: jms-source-binding
   spec:
     integration:
       traits:
         logging:
           configuration:
             level: DEBUG
   ```
   
   thanks !


-- 
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-unsubscribe@camel.apache.org

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