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


   @lburgazzoli yes I'm basically using the method you described to pass my 
mounted secret's path to Kafka component (in camel-k 1.2)
   
   But since binary file in configmap/secret is broken now in camel-k 1.3, and 
@squakez was suggesting I can mount my binary file using `--resource` instead.  
So my comments and concerns are around this; I just wanted to verify that the 
mount path of the resource is not arbitrary so it can be passed to Kafka 
component.
   
   It sounds to me that the mount path of resource does not retain the original 
file name, however it will be in sequential order (i.e. the first `--resource` 
will end with `000`, the second ends with `001`).  Is that correct @squakez? 


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