[jellyfin] remove non-existent pvc from README (#307)

This commit is contained in:
Alice GIRARD 2020-08-05 16:45:33 +02:00 committed by GitHub
parent 4e667d9f0e
commit 923c39cfb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 7 deletions

View File

@ -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

View File

@ -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` |