do not care about ocr signatures in paperless for now [ci skip]
This commit is contained in:
parent
d1f0036a7e
commit
727677ccd4
1 changed files with 4 additions and 0 deletions
|
|
@ -87,6 +87,10 @@ resource "kubernetes_deployment" "paperless-ngx" {
|
|||
name = "PAPERLESS_MEDIA_ROOT"
|
||||
value = "../data"
|
||||
}
|
||||
env {
|
||||
name = "PAPERLESS_OCR_USER_ARGS"
|
||||
value = "{\"invalidate_digital_signatures\": true}"
|
||||
}
|
||||
volume_mount {
|
||||
name = "data"
|
||||
mount_path = "/usr/src/paperless/data"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue