PR #314 had the unfortunate side effect of breaking some tools with permission denied or file not found errors. This affects Helms chart versions 5.10.0 through 5.14.0. Until that PR is rolled back please add the above YAML snippet when installing Galaxy to Kubernetes with the Galaxy Helm chart.
- Use
curlto download thenfs-fix.ymlfile. If you copy/paste thenfs-fix.ymlfile be sure to do so from the raw view
curl -o nfs-fix.yml https://gist.githubusercontent.com/ksuderman/7147b41832ab9434a243fbe58141a7a4/raw/c29820b60de205b0ab55d9d1c92acdaffa3894bb/nfs-fix.yml
- Include the
nfs-fix.ymlfile as one of the--valuesfiles in thehelm installcommand.