no delete for now
This commit is contained in:
parent
88e98fb833
commit
78029ea910
1 changed files with 2 additions and 2 deletions
|
@ -75,7 +75,7 @@ spec:
|
|||
"--exclude-category", "music",
|
||||
"--exclude-tag", "added:24h",
|
||||
"--include-tag", "unregistered",
|
||||
# "--dry-run",
|
||||
"--dry-run",
|
||||
"--server", "qbittorrent.$(POD_NAMESPACE).svc.cluster.local",
|
||||
"--port", "80"
|
||||
]
|
||||
|
@ -87,7 +87,7 @@ spec:
|
|||
"--exclude-category", "music",
|
||||
"--include-tag", "expired", # defined in config.yaml
|
||||
"--include-tag", "added:7d",
|
||||
# "--dry-run",
|
||||
"--dry-run",
|
||||
"--server", "qbittorrent.$(POD_NAMESPACE).svc.cluster.local",
|
||||
"--port", "80"
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue