squakez commented on issue #1881:
URL: https://github.com/apache/camel-k/issues/1881#issuecomment-765306800


   So, the problem seems that the `Resource`s and `Source`s are correctly 
base64 encoded in order to be able to include binary contents in `ConfigMap`s. 
The `Source`s are later base64 decoded by the runtime, whilst the `Resource`s 
are left encoded. Since `Resource`s are meant to be consumed by the application 
the way they originally are I am going to include the base64 decode before 
writing the files on the container. I think that should solve the issue.


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


Reply via email to