From 53e1d57f37bb450c1ae233b73048c57e46385d66 Mon Sep 17 00:00:00 2001 From: Dou Mok Date: Tue, 28 Jan 2025 12:28:17 -0800 Subject: [PATCH] Mount the newly added pvc claim to 'volumeMounts' in metadig-scheduler's 'deployment.yaml' --- helm/metadig-scheduler/templates/deployment.yaml | 3 +++ 1 file changed, 3 insertions(+) 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: