Skip to content

Commit

Permalink
Add shared volume to the eosc job
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc committed Jul 22, 2024
1 parent 51dd95c commit cba1332
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions notebooks-accounting/templates/eosc-cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ spec:
- name: accounting-config
mountPath: /etc/egi-notebooks-accounting
readOnly: true
- mountPath: /accounting
name: shared-accounting-vol
{{- with .Values.nodeSelector }}
nodeSelector:
{{ toYaml . | indent 12 }}
Expand All @@ -44,4 +46,7 @@ spec:
- name: accounting-config
configMap:
name: accounting
- name: shared-accounting-vol
persistentVolumeClaim:
claimName: {{ .Values.storage.pvcName }}
{{- end }}

0 comments on commit cba1332

Please sign in to comment.