feat(paperless-ngx): remove static path prefixing
This commit is contained in:
parent
09d85d096d
commit
68e78eacfb
2 changed files with 1 additions and 5 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.7
|
||||
version: 0.1.8
|
||||
maintainers:
|
||||
- name: Tommy Skaug
|
||||
email: tommy@skaug.me
|
||||
|
|
|
@ -27,10 +27,6 @@ spec:
|
|||
value: {{ .Values.config.ocrLanguage }}
|
||||
- name: PAPERLESS_OCR_LANGUAGES
|
||||
value: {{ .Values.config.textRecognitionLanguages }}
|
||||
- name: PAPERLESS_FORCE_SCRIPT_NAME
|
||||
value: /PATHPREFIX
|
||||
- name: PAPERLESS_STATIC_URL
|
||||
value: /PATHPREFIX/static/
|
||||
envFrom: &envFrom
|
||||
- secretRef:
|
||||
name: {{ .Values.envFromSecret }}
|
||||
|
|
Loading…
Reference in a new issue