@@ -397,23 +397,24 @@ The [Nextcloud](https://hub.docker.com/_/nextcloud/) image stores the nextcloud
397397Persistent Volume Claims are used to keep the data across deployments. This is known to work with GKE, EKS, K3s, and minikube.
398398Nextcloud will *not* delete the PVCs when uninstalling the helm chart.
399399
400- | Parameter | Description | Default |
401- |------------------------------------------|---------------------------------------------------------|-----------------|
402- | `persistence.enabled` | Enable persistence using PVC | `false` |
403- | `persistence.annotations` | PVC annotations | `{}` |
404- | `persistence.labels` | PVC labels | `{}` |
405- | `persistence.storageClass` | PVC Storage Class for nextcloud volume | `nil` |
406- | `persistence.existingClaim` | An Existing PVC name for nextcloud volume | `nil` |
407- | `persistence.accessMode` | PVC Access Mode for nextcloud volume | `ReadWriteOnce` |
408- | `persistence.size` | PVC Storage Request for nextcloud volume | `8Gi` |
409- | `persistence.nextcloudData.enabled` | Create a second PVC for the data folder in nextcloud | `false` |
410- | `persistence.nextcloudData.annotations` | see `persistence.annotations` | `{}` |
411- | `persistence.nextcloudData.labels` | see `persistence.labels` | `{}` |
412- | `persistence.nextcloudData.storageClass` | see `persistence.storageClass` | `nil` |
400+ | Parameter | Description | Default |
401+ |-------------------------------------------|---------------------------------------------------------|-----------------|
402+ | `persistence.enabled` | Enable persistence using PVC | `false` |
403+ | `persistence.hostPath` | Path on the host where nextcloud data is stored | `nil` |
404+ | `persistence.annotations` | PVC annotations | `{}` |
405+ | `persistence.labels` | PVC labels | `{}` |
406+ | `persistence.storageClass` | PVC Storage Class for nextcloud volume | `nil` |
407+ | `persistence.existingClaim` | An Existing PVC name for nextcloud volume | `nil` |
408+ | `persistence.accessMode` | PVC Access Mode for nextcloud volume | `ReadWriteOnce` |
409+ | `persistence.size` | PVC Storage Request for nextcloud volume | `8Gi` |
410+ | `persistence.nextcloudData.enabled` | Create a second PVC for the data folder in nextcloud | `false` |
411+ | `persistence.nextcloudData.hostPath` | Path on the host where nextcloud data is stored | `nil` |
412+ | `persistence.nextcloudData.annotations` | see `persistence.annotations` | `{}` |
413+ | `persistence.nextcloudData.labels` | see `persistence.labels` | `{}` |
414+ | `persistence.nextcloudData.storageClass` | see `persistence.storageClass` | `nil` |
413415| `persistence.nextcloudData.existingClaim` | see `persistence.existingClaim` | `nil` |
414- | `persistence.nextcloudData.accessMode` | see `persistence.accessMode` | `ReadWriteOnce` |
415- | `persistence.nextcloudData.size` | see `persistence.size` | `8Gi` |
416- | `persistence.hostPath` | Path on the host where nextcloud data is stored | `nil` |
416+ | `persistence.nextcloudData.accessMode` | see `persistence.accessMode` | `ReadWriteOnce` |
417+ | `persistence.nextcloudData.size` | see `persistence.size` | `8Gi` |
417418
418419# ## Metrics Configurations
419420
0 commit comments