lsergio opened a new issue, #5164:
URL: https://github.com/apache/camel-k/issues/5164

   ### Requirement
   
   I wish I could mount multiple config maps at the same directory. My use case 
is that I wish I could keep each resource file required by the Integration in 
its own config file and have all the files mounted at /etc/camel/resources 
location, regardless of where they came from.
   
   ### Problem
   
   Keeping all files in a single config map makes editing a little bit harder, 
but may reach the 1MB size limit for config maps if the number of files grows.
   
   ### Proposal
   
   We could use [projected 
volumes](https://kubernetes.io/docs/concepts/storage/projected-volumes/) for 
that;
   The operator might detect config maps that are mapped to the same location 
and automatically use projected volumes to mount them. A configuration would 
exist to turn on this behavior.
   
   ### 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

Reply via email to