Skip to content

Commit

Permalink
Mount the newly added pvc claim to 'volumeMounts' in metadig-schedule…
Browse files Browse the repository at this point in the history
…r's 'deployment.yaml'
  • Loading branch information
doulikecookiedough committed Jan 28, 2025
1 parent 8c20556 commit 53e1d57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helm/metadig-scheduler/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 53e1d57

Please sign in to comment.