inveniosoftware / helm-invenio

Helm charts for deploying an Invenio instance
https://helm-invenio.readthedocs.io
7 stars 19 forks source link

web: remove redundant subpath for volumemounts #122

Closed lindhe closed 5 months ago

lindhe commented 5 months ago

Description

The web container used a subPath for the mountPaths while the worker container did not. This caused issues where files were uploaded but could not be found by the worker. This change fixes that by removing the redundant subPath.

Before: /opt/invenio/var/instance/data/data/ After: /opt/invenio/var/instance/data/

Please describe briefly your pull request.

Checklist

Ticks in all boxes and 🟢 on all GitHub actions status checks are required to merge:

Third-party code

If you've added third-party code (copy/pasted or new dependencies), please reach out to an architect.

Reminder

By using GitHub, you have already agreed to the GitHub’s Terms of Service including that:

  1. You license your contribution under the same terms as the current repository’s license.
  2. You agree that you have the right to license your contribution under the current repository’s license.