From 9e4e0d7a9ae1c7defc02e991f4fdd686fd25c373 Mon Sep 17 00:00:00 2001 From: gilgamezh Date: Sun, 18 Jan 2026 13:35:29 +0100 Subject: [PATCH] media: drop unsupported cross-seed config flag --- custom_helm_charts/cross-seed/values.yaml | 2 -- helm-values/cross-seed_values.yaml | 2 -- 2 files changed, 4 deletions(-) diff --git a/custom_helm_charts/cross-seed/values.yaml b/custom_helm_charts/cross-seed/values.yaml index 2e2d8a8..e21ed38 100644 --- a/custom_helm_charts/cross-seed/values.yaml +++ b/custom_helm_charts/cross-seed/values.yaml @@ -26,8 +26,6 @@ env: args: - "daemon" - - "--config" - - "/config/config.js" config: qbittorrentUrl: "http://qbittorrent.default.svc.cluster.local:8080" diff --git a/helm-values/cross-seed_values.yaml b/helm-values/cross-seed_values.yaml index 84cb79b..4390131 100644 --- a/helm-values/cross-seed_values.yaml +++ b/helm-values/cross-seed_values.yaml @@ -26,8 +26,6 @@ env: args: - "daemon" - - "--config" - - "/config/config.js" config: qbittorrentUrl: "http://qbittorrent.default.svc.cluster.local:8080"