squakez opened a new issue #3002: URL: https://github.com/apache/camel-k/issues/3002
The builder trait allow you to define plain text properties that will be provided at build time. This is also available via ``` kamel run --build-property a=1 ``` It would be nice to provide the possibility to use configmap and secret as well in order to have something like: ``` kamel run --build-properties secret:my-build-props ``` The same may be applied to `camel` trait which exposes runtime `properties` -- 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]
