fix(paperless-ngx): error with path
This commit is contained in:
parent
76586ece7f
commit
6c9d1da14b
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ description: |
|
|||
document management system that transforms your physical documents into a searchable online archive
|
||||
appVersion: 2.7.0
|
||||
type: application
|
||||
version: 0.1.5
|
||||
version: 0.1.6
|
||||
maintainers:
|
||||
- name: Tommy Skaug
|
||||
email: tommy@skaug.me
|
||||
|
|
|
@ -46,7 +46,7 @@ spec:
|
|||
mountPath: "/opt/paperless/media"
|
||||
readOnly: false
|
||||
- name: {{ include "paperless-ngx.fullname" . }}-data
|
||||
mountPath: "/opt/paperless/media"
|
||||
mountPath: "/opt/paperless/data"
|
||||
readOnly: false
|
||||
volumes:
|
||||
- name: {{ include "paperless-ngx.fullname" . }}-media
|
||||
|
|
Loading…
Reference in a new issue