summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-01-30 23:37:19 +0200
committerPaul Buetow <paul@buetow.org>2026-01-30 23:37:19 +0200
commitba0cbe3c4ff66e257863f40af0af61fe1aa514a2 (patch)
tree96975b1eac6d9136301ea928ffe791b4dbc8ce1e
parentd05982e1cdf6a1c5c166b631c9c9b705550a576c (diff)
fix: move volumes to correct spec level in deployment
Amp-Thread-ID: https://ampcode.com/threads/T-019c10d5-2936-7279-9183-9efde70ab11c Co-authored-by: Amp <amp@ampcode.com>
-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
---