squakez closed issue #5654: Add support for mounting volumes with mount trait
URL: https://github.com/apache/camel-k/issues/5654
--
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.
hernanDatgDev commented on issue #5654:
URL: https://github.com/apache/camel-k/issues/5654#issuecomment-2251514808
@gansheer Thanks for the heads up. Just created a PR with some comments:
https://github.com/apache/camel-k/pull/5709
I did run into what I believe is a bug with the `kamel pr
gansheer commented on issue #5654:
URL: https://github.com/apache/camel-k/issues/5654#issuecomment-2248543135
Hi @hernanDatgDev, thank you for taking care of it! Don't hesitate to submit
a PR even if you are still working on it.
--
This is an automated message from the Apache Git Service.
hernanDatgDev commented on issue #5654:
URL: https://github.com/apache/camel-k/issues/5654#issuecomment-2248425604
Hey @squakez I started work on this and have basically added a case for the
emptyDir volume in `pkg/trait/trait_types.go getVolume()` alongside the other
types: configmap, secr
mdebarros commented on issue #5654:
URL: https://github.com/apache/camel-k/issues/5654#issuecomment-2239341363
Hi @squakez,
Do you have a target release for this feature?
This feature is currently needed to enabled several Sourceless capabilities:
1. Security hardening to sup
hernanDatgDev opened a new issue, #5654:
URL: https://github.com/apache/camel-k/issues/5654
### Requirement
As a developer I want a way to add volume references to my integrations and
also use the mount trait to mount configmaps/secrets. Currently this is not
possible without interfe