fix: use correct controller and container name in mounts in sonarr and radarr
This commit is contained in:
parent
d62c1991ac
commit
8930139280
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue