remove extra and deprecated option
This commit is contained in:
parent
e5105e075b
commit
4af91bd59d
1 changed files with 0 additions and 10 deletions
|
@ -21,7 +21,6 @@ spec:
|
||||||
delay: 30,
|
delay: 30,
|
||||||
duplicateCategories: false,
|
duplicateCategories: false,
|
||||||
flatLinking: false,
|
flatLinking: false,
|
||||||
includeEpisodes: true,
|
|
||||||
includeNonVideos: true,
|
includeNonVideos: true,
|
||||||
includeSingleEpisodes: true,
|
includeSingleEpisodes: true,
|
||||||
linkCategory: "cross-seed",
|
linkCategory: "cross-seed",
|
||||||
|
@ -36,15 +35,6 @@ spec:
|
||||||
sonarr: ["http://sonarr.default.svc.cluster.local/?apikey={{ .SONARR_API_KEY }}"],
|
sonarr: ["http://sonarr.default.svc.cluster.local/?apikey={{ .SONARR_API_KEY }}"],
|
||||||
torrentDir: "/qbittorrent/qBittorrent/BT_backup",
|
torrentDir: "/qbittorrent/qBittorrent/BT_backup",
|
||||||
torznab: []
|
torznab: []
|
||||||
/* torznab: [
|
|
||||||
6, // ANT
|
|
||||||
8, // BLU
|
|
||||||
9, // TL
|
|
||||||
10, // FL
|
|
||||||
12, // FNP
|
|
||||||
14, // TD
|
|
||||||
].map(i => `http://prowlarr.default.svc.cluster.local/$${i}/api?apikey={{ .PROWLARR_API_KEY }}`),
|
|
||||||
*/
|
|
||||||
};
|
};
|
||||||
dataFrom:
|
dataFrom:
|
||||||
- extract:
|
- extract:
|
||||||
|
|
Reference in a new issue