galaxyproject / galaxy-helm

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

Update values.yaml #360

Closed ksuderman closed 2 years ago

ksuderman commented 2 years ago

I am getting the error (note the \n in the path):

galaxy.util.dbkeys ERROR 2022-06-08 21:58:08,548 [pN:job_handler_0,p:8,tN:MainThread] ERROR: Unable to read builds file: [Errno 2] No such file or directory: '/galaxy/server/database/tool-data/\n/cvmfs/data.galaxyproject.org/managed/location/builds.txt'

due to a blank line in the builds_file_path entry in the galaxy.yml file. Changing {{ to {{- eliminates the blank line and fixes the path.