You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/02/03 17:54:10 UTC

[GitHub] [camel-k-runtime] astefanutti commented on issue #593: Malformed exception when using binary config map file into an integration

astefanutti commented on issue #593:
URL: https://github.com/apache/camel-k-runtime/issues/593#issuecomment-772701190


   I wonder if we could explore mounting resources ConfigMap using `SubPath`. As opposed to mounting them as volumes, it's possible to project keys into an existing directory, which could alleviate the need to generate unique directory paths for each resource.
   
   The only side-effect of using `SubPath` is that updates to the ConfigMap are not automatically projected into the containers. But I don't think that's an issue for Camel K.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org