update filter ids
This commit is contained in:
parent
51a9d16592
commit
e6390553f2
1 changed files with 2 additions and 2 deletions
|
@ -28,12 +28,12 @@ spec:
|
|||
type: radarr
|
||||
host: http://radarr.default.svc.cluster.local
|
||||
apikey: {{ .radarr_api_key }}
|
||||
filters: [1]
|
||||
filters: [2]
|
||||
- name: sonarr
|
||||
type: sonarr
|
||||
host: http://sonarr.default.svc.cluster.local
|
||||
apikey: {{ .sonarr_api_key }}
|
||||
filters: [2]
|
||||
filters: [1]
|
||||
excludeAlternateTitles: true
|
||||
dataFrom:
|
||||
- extract:
|
||||
|
|
Loading…
Reference in a new issue