galaxyproject / galaxy-helm

Minimal setup required to run Galaxy under Kubernetes
MIT License
38 stars 36 forks source link

Fix nfs mounts #477

Closed ksuderman closed 3 weeks ago

ksuderman commented 2 months ago

The NFS volume mounts introduced in PR #314 are too restrictive and prevent tools from moving result files to /galaxy/server/database/objects or using tools installed from the tool shed as /galaxy/server/database/shed_tools is not mounted into the job pod.

Closes #476