mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +00:00
[jellyfin] remove non-existent pvc from README (#307)
This commit is contained in:
parent
4e667d9f0e
commit
923c39cfb9
@ -2,7 +2,7 @@ apiVersion: v1
|
||||
appVersion: v10.5.3-ls45
|
||||
description: Jellyfin is a Free Software Media System
|
||||
name: jellyfin
|
||||
version: 1.0.1
|
||||
version: 1.0.2
|
||||
keywords:
|
||||
- Jellyfin
|
||||
- mediaplayer
|
||||
|
@ -65,12 +65,6 @@ The following tables lists the configurable parameters of the Sentry chart and t
|
||||
| `persistence.config.storageClass` | Type of persistent volume claim | `-` |
|
||||
| `persistence.config.accessMode` | Persistence access mode | `ReadWriteOnce` |
|
||||
| `persistence.config.skipuninstall` | Do not delete the pvc upon helm uninstall | `false` |
|
||||
| `persistence.downloads.enabled` | Use persistent volume to store configuration data | `true` |
|
||||
| `persistence.downloads.size` | Size of persistent volume claim | `10Gi` |
|
||||
| `persistence.downloads.existingClaim`| Use an existing PVC to persist data | `nil` |
|
||||
| `persistence.downloads.storageClass` | Type of persistent volume claim | `-` |
|
||||
| `persistence.downloads.accessMode` | Persistence access mode | `ReadWriteOnce` |
|
||||
| `persistence.downloads.skipuninstall` | Do not delete the pvc upon helm uninstall | `false` |
|
||||
| `persistence.tvshows.enabled` | Use persistent volume to store tvshows data | `true` |
|
||||
| `persistence.tvshows.size` | Size of persistent volume claim | `10Gi` |
|
||||
| `persistence.tvshows.existingClaim`| Use an existing PVC to persist data | `nil` |
|
||||
|
Loading…
Reference in New Issue
Block a user