This commit is contained in:
2026-03-10 14:46:27 +00:00
parent 4ed5e22f58
commit 2e4fa6b30e

View File

@@ -27,7 +27,7 @@ spec:
csi:
driver: smb.csi.k8s.io
readOnly: false
volumeHandle: "music" # make sure it's a unique id in the cluster
volumeHandle: "music-jellyfin" # make sure it's a unique id in the cluster
volumeAttributes:
source: "//samba.fileserver.svc.k8s.undercloud.local./data/music"
nodeStageSecretRef:
@@ -52,7 +52,7 @@ spec:
csi:
driver: smb.csi.k8s.io
readOnly: false
volumeHandle: "movies" # make sure it's a unique id in the cluster
volumeHandle: "movies-jellyfin" # make sure it's a unique id in the cluster
volumeAttributes:
source: "//samba.fileserver.svc.k8s.undercloud.local./data/movies"
nodeStageSecretRef:
@@ -77,7 +77,7 @@ spec:
csi:
driver: smb.csi.k8s.io
readOnly: false
volumeHandle: "tvshows" # make sure it's a unique id in the cluster
volumeHandle: "tvshows-jellyfin" # make sure it's a unique id in the cluster
volumeAttributes:
source: "//samba.fileserver.svc.k8s.undercloud.local./data/tvshows"
nodeStageSecretRef: