mount scripts

This commit is contained in:
Joseph Hanson 2024-12-02 20:16:19 -06:00
parent 4136766588
commit 93018e5b70
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -115,3 +115,15 @@ spec:
path: /moria/media/
globalMounts:
- 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