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,
|
||||
duplicateCategories: false,
|
||||
flatLinking: false,
|
||||
includeEpisodes: true,
|
||||
includeNonVideos: true,
|
||||
includeSingleEpisodes: true,
|
||||
linkCategory: "cross-seed",
|
||||
|
@ -36,15 +35,6 @@ spec:
|
|||
sonarr: ["http://sonarr.default.svc.cluster.local/?apikey={{ .SONARR_API_KEY }}"],
|
||||
torrentDir: "/qbittorrent/qBittorrent/BT_backup",
|
||||
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:
|
||||
- extract:
|
||||
|
|
Reference in a new issue