@@ -359,22 +359,20 @@ The [Nextcloud](https://hub.docker.com/_/nextcloud/) image stores the nextcloud
359359Persistent Volume Claims are used to keep the data across deployments. This is known to work with GKE, EKS, K3s, and minikube.
360360Nextcloud will *not* delete the PVCs when uninstalling the helm chart.
361361
362-
363- | Parameter | Description | Default |
364- |-------------------------------------------|------------------------------------------------------|---------------------------------------------|
365- | `persistence.enabled` | Enable persistence using PVC | `false` |
366- | `persistence.annotations` | PVC annotations | `{}` |
367- | `persistence.storageClass` | PVC Storage Class for nextcloud volume | `nil` (uses alpha storage class annotation) |
368- | `persistence.existingClaim` | An Existing PVC name for nextcloud volume | `nil` (uses alpha storage class annotation) |
369- | `persistence.accessMode` | PVC Access Mode for nextcloud volume | `ReadWriteOnce` |
370- | `persistence.size` | PVC Storage Request for nextcloud volume | `8Gi` |
371- | `persistence.nextcloudData.enabled` | Create a second PVC for the data folder in nextcloud | `false` |
372- | `persistence.nextcloudData.annotations` | see `persistence.annotations` | `{}` |
373- | `persistence.nextcloudData.storageClass` | see `persistence.storageClass` | `nil` (uses alpha storage class annotation) |
374- | `persistence.nextcloudData.existingClaim` | see `persistence.existingClaim` | `nil` (uses alpha storage class annotation) |
375- | `persistence.nextcloudData.accessMode` | see `persistence.accessMode` | `ReadWriteOnce` |
376- | `persistence.nextcloudData.size` | see `persistence.size` | `8Gi` |
377-
362+ | Parameter | Description | Default |
363+ | ----------------------------------------- | ---------------------------------------------------- | --------------- |
364+ | `persistence.enabled` | Enable persistence using PVC | `false` |
365+ | `persistence.annotations` | PVC annotations | `{}` |
366+ | `persistence.storageClass` | PVC Storage Class for nextcloud volume | `nil` |
367+ | `persistence.existingClaim` | An Existing PVC name for nextcloud volume | `nil` |
368+ | `persistence.accessMode` | PVC Access Mode for nextcloud volume | `ReadWriteOnce` |
369+ | `persistence.size` | PVC Storage Request for nextcloud volume | `8Gi` |
370+ | `persistence.nextcloudData.enabled` | Create a second PVC for the data folder in nextcloud | `false` |
371+ | `persistence.nextcloudData.annotations` | see `persistence.annotations` | `{}` |
372+ | `persistence.nextcloudData.storageClass` | see `persistence.storageClass` | `nil` |
373+ | `persistence.nextcloudData.existingClaim` | see `persistence.existingClaim` | `nil` |
374+ | `persistence.nextcloudData.accessMode` | see `persistence.accessMode` | `ReadWriteOnce` |
375+ | `persistence.nextcloudData.size` | see `persistence.size` | `8Gi` |
378376
379377# ## Metrics Configurations
380378
0 commit comments