fix: use correct controller and container name in mounts in sonarr and radarr

This commit is contained in:
SeanOMik 2024-10-15 18:40:02 -04:00
parent d62c1991ac
commit 8930139280
Signed by: SeanOMik
GPG Key ID: FEC9E2FC15235964
2 changed files with 4 additions and 4 deletions

View File

@ -136,6 +136,6 @@ spec:
type: hostPath
hostPath: /mnt/MainPool/Media
advancedMounts:
main: # controller name
radarr: # container name
radarr: # controller name
app: # container name
- path: /storage

View File

@ -130,6 +130,6 @@ spec:
type: hostPath
hostPath: /mnt/MainPool/Media
advancedMounts:
main: # controller name
sonarr: # container name
sonarr: # controller name
app: # container name
- path: /storage