Skip to content
Snippets Groups Projects
Verified Commit 50ef9867 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

chore(jellyfin): Remove read-only from data volumes

parent 5cf42825
No related branches found
No related tags found
No related merge requests found
......@@ -49,10 +49,8 @@ spec:
volumeMounts:
- mountPath: /data/media/shows
name: shows
readOnly: True
- mountPath: /data/media/movies
name: movies
readOnly: True
- mountPath: /data/media
name: media
readOnly: False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment