diff --git a/helm/metadig-scheduler/templates/deployment.yaml b/helm/metadig-scheduler/templates/deployment.yaml index 3348665a..3c8c5ca6 100644 --- a/helm/metadig-scheduler/templates/deployment.yaml +++ b/helm/metadig-scheduler/templates/deployment.yaml @@ -61,6 +61,9 @@ spec: - name: metadig-downloads-list-volume mountPath: {{ .Values.persistence.mountPath }}/metadig/data/downloadsList.csv subPath: downloadsList.csv + - name: {{ .Values.persistence.metacat.claimName }} + mountPath: {{ .Values.persistence.metacat.mountPath }} + readOnly: true volumes: - name: metadig-pv persistentVolumeClaim: