do not care about ocr signatures in paperless for now [ci skip]
This commit is contained in:
parent
a1324ef6b2
commit
395fe3c5e9
2 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"
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue