aklemp commented on issue #4841:
URL: https://github.com/apache/camel-k/issues/4841#issuecomment-1781234083

   Tried the following (not sure if my trait value is correct).
   
   ```
   kamel run --trait 
jvm.config="-Dcamel.k.mount-path.secrets=/etc/camel/conf.d/_secrets" 
--config=secret:some  props.groovy
   ```
   
   ```
   from('timer:props?period=1000')
       .log('{{secret:some/username}}')
   ```
   
   That still gives "Mount path must be configured".


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

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

Reply via email to