camel-k
camel-k copied to clipboard
Builder/Camel trait configmap/secret beside properties
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
I can look at this
This issue has been automatically marked as stale due to 90 days of inactivity. It will be closed if no further activity occurs within 15 days. If you think that’s incorrect or the issue should never stale, please simply write any comment. Thanks for your contributions!
@mmelko are you still working on this issue?
Should be fixed by https://github.com/apache/camel-k/pull/3626