squakez commented on issue #1881: URL: https://github.com/apache/camel-k/issues/1881#issuecomment-766862259
The problem I see is that we mount a volume with file contents from `ConfigMap`s created from `Integration Resource`s. These are base64 encoded if they are binary or compressed. The problem we have with this approach is that we always require the application to take care of decoding prior using the binary content. A possible workaround I found is to use directly binary `ConfigMap`s in order to let the kube cluster to take care of encoding/decoding by asking the user to create a specific one before the integration. However there seems to be some issue there too (see https://github.com/apache/camel-k-runtime/issues/593) ---------------------------------------------------------------- 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: us...@infra.apache.org