diff --git a/galaxy/values.yaml b/galaxy/values.yaml index 02eb3105..fb569a81 100644 --- a/galaxy/values.yaml +++ b/galaxy/values.yaml @@ -275,6 +275,8 @@ configs: k8s_use_service_account: true k8s_data_volume_claim: |- {{ template "galaxy.pvcname" . -}}:{{ .Values.persistence.mountPath -}} + k8s_working_volume_claim: |- + {{ template "galaxy.pvcname" . -}}:{{ .Values.persistence.mountPath -}} k8s_persistent_volume_claims: |- {{ template "galaxy.pvcname" . -}}/cache:{{ .Values.persistence.mountPath -}}/cache, {{- template "galaxy.pvcname" . -}}/config:{{ .Values.persistence.mountPath -}}/config,