From d79e75fa88a9939cc04aa4f17f3d8c44684e5c17 Mon Sep 17 00:00:00 2001 From: gilgamezh Date: Sun, 18 Jan 2026 14:22:55 +0100 Subject: [PATCH] update mount path --- helm-values/qbittorrent_values.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/helm-values/qbittorrent_values.yaml b/helm-values/qbittorrent_values.yaml index 874c803..3f03e81 100644 --- a/helm-values/qbittorrent_values.yaml +++ b/helm-values/qbittorrent_values.yaml @@ -45,6 +45,9 @@ qbittorrent: - name: plex-data mountPath: "/config" subPath: "configs/qbittorrent" + - name: plex-data + mountPath: "/nfs/incomplete_torrents" + subPath: "incomplete_torrents" - name: plex-data mountPath: "/nfs/torrents" subPath: "torrent"