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
curl
to download thenfs-fix.yml
file. If you copy/paste thenfs-fix.yml
file 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.yml
file as one of the--values
files in thehelm install
command.