Fix claimName for existent pvc (#77)

This commit is contained in:
Cristian
2020-01-11 08:47:05 -08:00
committed by Zee Ahmed
parent 5194fc4db7
commit e853014021
+2 -2
View File
@@ -35,12 +35,12 @@ The following tables lists the configurable parameters of the Plex chart and the
| `persistence.transcode.subPath` | SubPath to use for existing Claim | `nil` | | `persistence.transcode.subPath` | SubPath to use for existing Claim | `nil` |
| `persistence.transcode.storageClass` | Type of persistent volume claim | `-` | | `persistence.transcode.storageClass` | Type of persistent volume claim | `-` |
| `persistence.data.size` | Size of persistent volume claim | `40Gi` | | `persistence.data.size` | Size of persistent volume claim | `40Gi` |
| `persistence.data.existingClaim`| Use an existing PVC to persist data | `nil` | | `persistence.data.claimName`| Use an existing PVC to persist data | `nil` |
| `persistence.data.subPath` | SubPath to use for existing Claim | `nil` | | `persistence.data.subPath` | SubPath to use for existing Claim | `nil` |
| `persistence.data.storageClass` | Type of persistent volume claim | `-` | | `persistence.data.storageClass` | Type of persistent volume claim | `-` |
| `persistence.data.accessMode` | Persistent volume access mode | `ReadWriteMany` | | `persistence.data.accessMode` | Persistent volume access mode | `ReadWriteMany` |
| `persistence.config.size` | Size of persistent volume claim | `20Gi` | | `persistence.config.size` | Size of persistent volume claim | `20Gi` |
| `persistence.config.existingClaim`| Use an existing PVC to persist data | `nil` | | `persistence.config.claimName`| Use an existing PVC to persist data | `nil` |
| `persistence.config.subPath` | SubPath to use for existing Claim | `nil` | | `persistence.config.subPath` | SubPath to use for existing Claim | `nil` |
| `persistence.config.storageClass` | Type of persistent volume claim | `-` | | `persistence.config.storageClass` | Type of persistent volume claim | `-` |
| `persistence.config.accessMode` | Persistent volume access mode | `ReadWriteMany` | | `persistence.config.accessMode` | Persistent volume access mode | `ReadWriteMany` |