Fix wrong mountpath

We're saving the files to /uploads. If the maintenance-worker does not
mount the uploads persistent volume there, we don't get persistent
files.
This commit is contained in:
Robert Schäfer 2019-05-29 15:16:08 +02:00
parent 7cb77c8c8d
commit e1a113e7e4

View File

@ -18,7 +18,7 @@
readOnly: false
mountPath: /root/.ssh
- name: uploads
mountPath: /nitro-backend/public/uploads
mountPath: /uploads
- name: neo4j-data
mountPath: /data/
volumes: