diff --git a/charts/kube-plex/README.md b/charts/kube-plex/README.md index b84b82c..237ae0a 100644 --- a/charts/kube-plex/README.md +++ b/charts/kube-plex/README.md @@ -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.storageClass` | Type of persistent volume claim | `-` | | `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.storageClass` | Type of persistent volume claim | `-` | | `persistence.data.accessMode` | Persistent volume access mode | `ReadWriteMany` | | `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.storageClass` | Type of persistent volume claim | `-` | | `persistence.config.accessMode` | Persistent volume access mode | `ReadWriteMany` |