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 interfering with the mount trait. ### Problem The pod template can be used to add volume references to an integration however this overrides any volumes/mounts that are set with the mount trait. This leaves a situation where a configmap can be mounted through the mount trait, a pod template can define an `emptyDir` volume and only the `emptyDir` from the template will actually propagate to the integration pod resulting in failures. ### Proposal A suggestion from [Zulip](https://camel.zulipchat.com/#narrow/stream/257299-camel-k/topic/pod.20template.20volume.20overrides.20mount.20trait/near/444404000) is to enhance the mount trait to allow for volume support in addition to the existing persistent-volume-claim support. ### Open questions _No response_ -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org