summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--f3s/jellyfin/helm-chart/templates/deployment.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/f3s/jellyfin/helm-chart/templates/deployment.yaml b/f3s/jellyfin/helm-chart/templates/deployment.yaml
index 722dfb9..ea3c43f 100644
--- a/f3s/jellyfin/helm-chart/templates/deployment.yaml
+++ b/f3s/jellyfin/helm-chart/templates/deployment.yaml
@@ -30,7 +30,7 @@ spec:
- name: jellyfin-config
mountPath: /config
volumes:
- - name: jellyfin-config
+ - name: jellyfin-config
persistentVolumeClaim:
claimName: jellyfin-pvc
---