Reylak commented on issue #635:
URL: 
https://github.com/apache/openwhisk-deploy-kube/issues/635#issuecomment-1515109917

   Hello, I'd like to reopen this issue and to explain what I think @travigd 
meant.
   
   Helm requires the files included with `Files.get` to be _under_ the chart's 
root directory. So even by changing the runtimes manifest pointed to in 
mycluster.yaml, you require to include this file **inside** the chart 
directory. This is a hard limit to Helm, for security reasons.
   
   Your example for Travis works because the custom runtimes manifest is 
already inside the directory of the Helm chart.
   
   I think a nice solution would be to include the JSON of the runtimes file in 
the custom mycluster.yaml. Otherwise, we are left with including a clone of 
this repository (or of the Helm chart at least) in our projects.


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

To unsubscribe, e-mail: issues-unsubscr...@openwhisk.apache.org

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

Reply via email to