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
|
document management system that transforms your physical documents into a searchable online archive
|
||||||
appVersion: 2.7.0
|
appVersion: 2.7.0
|
||||||
type: application
|
type: application
|
||||||
version: 0.1.5
|
version: 0.1.6
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: Tommy Skaug
|
- name: Tommy Skaug
|
||||||
email: tommy@skaug.me
|
email: tommy@skaug.me
|
||||||
|
|
|
@ -46,7 +46,7 @@ spec:
|
||||||
mountPath: "/opt/paperless/media"
|
mountPath: "/opt/paperless/media"
|
||||||
readOnly: false
|
readOnly: false
|
||||||
- name: {{ include "paperless-ngx.fullname" . }}-data
|
- name: {{ include "paperless-ngx.fullname" . }}-data
|
||||||
mountPath: "/opt/paperless/media"
|
mountPath: "/opt/paperless/data"
|
||||||
readOnly: false
|
readOnly: false
|
||||||
volumes:
|
volumes:
|
||||||
- name: {{ include "paperless-ngx.fullname" . }}-media
|
- name: {{ include "paperless-ngx.fullname" . }}-media
|
||||||
|
|
Loading…
Reference in a new issue