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
|
type: radarr
|
||||||
host: http://radarr.default.svc.cluster.local
|
host: http://radarr.default.svc.cluster.local
|
||||||
apikey: {{ .radarr_api_key }}
|
apikey: {{ .radarr_api_key }}
|
||||||
filters: [1]
|
filters: [2]
|
||||||
- name: sonarr
|
- name: sonarr
|
||||||
type: sonarr
|
type: sonarr
|
||||||
host: http://sonarr.default.svc.cluster.local
|
host: http://sonarr.default.svc.cluster.local
|
||||||
apikey: {{ .sonarr_api_key }}
|
apikey: {{ .sonarr_api_key }}
|
||||||
filters: [2]
|
filters: [1]
|
||||||
excludeAlternateTitles: true
|
excludeAlternateTitles: true
|
||||||
dataFrom:
|
dataFrom:
|
||||||
- extract:
|
- extract:
|
||||||
|
|
Loading…
Reference in a new issue