You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by GitBox <gi...@apache.org> on 2019/03/13 21:45:02 UTC

[GitHub] [camel-k] astefanutti edited a comment on issue #554: resources: add options to configure mount path and key

astefanutti edited a comment on issue #554: resources: add options to configure mount path and key
URL: https://github.com/apache/camel-k/pull/554#issuecomment-472618038
 
 
   This is user provided so he/she/it knows what's the target environment. In Knative (and others), normal mount can be used:
   
   ```
   resources:
     - configMap:
         name: nexus3
         items:
           - key: nexus3-persistent-template.yaml
             path: keys
         mountPath: /etc/camel/resources/n3/
       type: data
   ```
   

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


With regards,
Apache Git Services