mount scripts
This commit is contained in:
parent
4136766588
commit
93018e5b70
1 changed files with 12 additions and 0 deletions
|
@ -115,3 +115,15 @@ spec:
|
||||||
path: /moria/media/
|
path: /moria/media/
|
||||||
globalMounts:
|
globalMounts:
|
||||||
- path: /data/moria-media
|
- path: /data/moria-media
|
||||||
|
scripts:
|
||||||
|
type: configMap
|
||||||
|
name: sonarr-configmap
|
||||||
|
defaultMode: 0775
|
||||||
|
globalMounts:
|
||||||
|
- path: /scripts/pushover-notify.sh
|
||||||
|
subPath: pushover-notify.sh
|
||||||
|
readOnly: true
|
||||||
|
- path: /scripts/refresh-series.sh
|
||||||
|
subPath: refresh-series.sh
|
||||||
|
readOnly: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue