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
|
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.7
|
version: 0.1.8
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: Tommy Skaug
|
- name: Tommy Skaug
|
||||||
email: tommy@skaug.me
|
email: tommy@skaug.me
|
||||||
|
|
|
@ -27,10 +27,6 @@ spec:
|
||||||
value: {{ .Values.config.ocrLanguage }}
|
value: {{ .Values.config.ocrLanguage }}
|
||||||
- name: PAPERLESS_OCR_LANGUAGES
|
- name: PAPERLESS_OCR_LANGUAGES
|
||||||
value: {{ .Values.config.textRecognitionLanguages }}
|
value: {{ .Values.config.textRecognitionLanguages }}
|
||||||
- name: PAPERLESS_FORCE_SCRIPT_NAME
|
|
||||||
value: /PATHPREFIX
|
|
||||||
- name: PAPERLESS_STATIC_URL
|
|
||||||
value: /PATHPREFIX/static/
|
|
||||||
envFrom: &envFrom
|
envFrom: &envFrom
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: {{ .Values.envFromSecret }}
|
name: {{ .Values.envFromSecret }}
|
||||||
|
|
Loading…
Reference in a new issue