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 d1f0036a7e
commit 727677ccd4

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"