From 25b496bd2e553b531040aa2a886867e713fb78cd Mon Sep 17 00:00:00 2001
From: SeanOMik <seanomik@gmail.com>
Date: Wed, 26 Mar 2025 20:55:15 -0400
Subject: [PATCH] fix(autobrr): mount /tmp dir to fix downloading torrent files

---
 .../main/apps/download/autobrr/app/helm-release.yaml      | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/kubernetes/main/apps/download/autobrr/app/helm-release.yaml b/kubernetes/main/apps/download/autobrr/app/helm-release.yaml
index 4900a6d9..2c435948 100644
--- a/kubernetes/main/apps/download/autobrr/app/helm-release.yaml
+++ b/kubernetes/main/apps/download/autobrr/app/helm-release.yaml
@@ -102,9 +102,13 @@ spec:
               identifier: app
               port: http
     persistence:
-      # Autobrr is configured through environmental vars. This is being made to provide a place
-      # for temporary log files
+      # Autobrr is configured through environmental vars. This is being made to provide a place for temporary log files
       config:
         type: emptyDir
         globalMounts:
           - path: /config
+      # must mount writable tmp dir
+      tmp:
+        type: emptyDir
+        globalMounts:
+        - path: /tmp