camel-k icon indicating copy to clipboard operation
camel-k copied to clipboard

Builder/Camel trait configmap/secret beside properties

Open squakez opened this issue 3 years ago • 2 comments

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

squakez avatar Feb 10 '22 09:02 squakez

I can look at this

mmelko avatar Mar 23 '22 13:03 mmelko

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!

github-actions[bot] avatar Jun 22 '22 00:06 github-actions[bot]

@mmelko are you still working on this issue?

essobedo avatar Sep 08 '22 08:09 essobedo

Should be fixed by https://github.com/apache/camel-k/pull/3626

essobedo avatar Sep 09 '22 18:09 essobedo