From 69f8d1655429fb5f6ec53521ba0da2a13e85fd24 Mon Sep 17 00:00:00 2001 From: Keith Suderman Date: Fri, 4 Aug 2023 08:15:52 -0400 Subject: [PATCH] Disable to tool document cache to avoid race conditions --- galaxy/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galaxy/values.yaml b/galaxy/values.yaml index 117bd8f8..a4f66343 100644 --- a/galaxy/values.yaml +++ b/galaxy/values.yaml @@ -448,7 +448,7 @@ configs: sanitize_allowlist_file: "/galaxy/server/config/mutable/sanitize_allowlist.txt" tool_config_file: "/galaxy/server/config/tool_conf.xml{{if .Values.setupJob.downloadToolConfs.enabled}},{{ .Values.setupJob.downloadToolConfs.volume.mountPath }}/config/shed_tool_conf.xml{{end}}" shed_tool_config_file: "/galaxy/server/config/mutable/editable_shed_tool_conf.xml" - enable_tool_document_cache: true + enable_tool_document_cache: false tool_data_table_config_path: |- {{ if .Values.setupJob.downloadToolConfs.enabled }} {{- .Values.setupJob.downloadToolConfs.volume.mountPath }}/config/shed_tool_data_table_conf.xml