disable diun for paperless-ngx [ci skip]
This commit is contained in:
parent
f79dc423ff
commit
73697264a6
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ resource "kubernetes_deployment" "paperless-ngx" {
|
||||||
app = "paperless-ngx"
|
app = "paperless-ngx"
|
||||||
}
|
}
|
||||||
annotations = {
|
annotations = {
|
||||||
"diun.enable" = "true"
|
"diun.enable" = "false"
|
||||||
"diun.include_tags" = "^\\d+(?:\\.\\d+)?(?:\\.\\d+)?$"
|
"diun.include_tags" = "^\\d+(?:\\.\\d+)?(?:\\.\\d+)?$"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue