diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-30 23:37:19 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-30 23:37:19 +0200 |
| commit | ba0cbe3c4ff66e257863f40af0af61fe1aa514a2 (patch) | |
| tree | 96975b1eac6d9136301ea928ffe791b4dbc8ce1e | |
| parent | d05982e1cdf6a1c5c166b631c9c9b705550a576c (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.yaml | 2 |
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 --- |
