From 694ce4dc71136e2e793f33ace4697e6764ba5ed9 Mon Sep 17 00:00:00 2001 From: Keith Suderman Date: Fri, 10 May 2024 12:06:31 -0400 Subject: [PATCH] Add shed_tools directory to the list of persistent volume mounts --- galaxy/values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/galaxy/values.yaml b/galaxy/values.yaml index 20ea96bf..5df70174 100644 --- a/galaxy/values.yaml +++ b/galaxy/values.yaml @@ -474,7 +474,8 @@ configs: {{ template "galaxy.pvcname" . -}}/config:{{ .Values.persistence.mountPath -}}/config:r, {{- template "galaxy.pvcname" . -}}/tmp:{{ .Values.persistence.mountPath -}}/tmp:rw, {{- template "galaxy.pvcname" . -}}/tool-data:{{ .Values.persistence.mountPath -}}/tool-data:r, - {{- template "galaxy.pvcname" . -}}/tools:{{ .Values.persistence.mountPath -}}/tools:r + {{- template "galaxy.pvcname" . -}}/tools:{{ .Values.persistence.mountPath -}}/tools:r, + {{- template "galaxy.pvcname" . -}}/shed_tools:{{ .Values.persistence.mountPath -}}/shed_tools:r {{- if .Values.refdata.enabled -}} ,{{- template "galaxy.fullname" $ -}}-refdata-gxy-pvc/data.galaxyproject.org:/cvmfs/data.galaxyproject.org:r {{- end -}}