disable diun for excalidraw [ci skip]

This commit is contained in:
Viktor Barzin 2025-09-06 21:42:29 +00:00
parent 537e7f0eab
commit 270818e7be
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 1 additions and 1 deletions

View file

@ -37,7 +37,7 @@ resource "kubernetes_deployment" "excalidraw" {
app = "excalidraw"
}
annotations = {
"diun.enable" = "true"
"diun.enable" = "false"
"diun.include_tags" = "^latest$"
}
}