.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user