do not care about ocr signatures in paperless for now [ci skip]

This commit is contained in:
Viktor Barzin 2024-02-06 20:18:23 +00:00
parent a1324ef6b2
commit 395fe3c5e9
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 4 additions and 0 deletions

View file

@ -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.