Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit c31a381

Browse files
committed
feat!: update sonarr config
1 parent 36b2814 commit c31a381

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/sonarr/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ spec:
4949
type: Directory
5050
- name: downloads
5151
hostPath:
52-
path: "{{ .Values.services.qbittorrent.downloads }}"
52+
path: "{{ .Values.services.soanrr.downloads }}"
5353
type: Directory
5454
- name: tv
5555
hostPath:
56-
path: "{{ .Values.services.plex.library.tv }}"
56+
path: "{{ .Values.services.sonarr.tv }}"
5757
type: Directory
5858
{{- end }}

0 commit comments

Comments
 (0)