[bitnami/postgresql-ha] Add warning about shared PVC to documentation (#5386)

* Add warning about shared PVC to documentation

* Bump patch version to 6.5.1
This commit is contained in:
Philipp Erbelding
2021-02-04 09:34:40 +01:00
committed by GitHub
parent 1c509e3c12
commit f14c9a4ec7
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -272,7 +272,7 @@ The following table lists the configurable parameters of the PostgreSQL HA chart
| `volumePermissions.securityContext.runAsUser` | User ID for the Bitnami Minideb container | `0` |
| **Persistence** | | |
| `persistence.enabled` | Enable data persistence | `true` |
| `persistence.existingClaim` | Use a existing PVC which must be created manually before bound | `nil` |
| `persistence.existingClaim` | Use a existing PVC which must be created manually before bound. PVC will be shared between all replicas, which is useful for special cases only. | `nil` |
| `persistence.storageClass` | Specify the `storageClass` used to provision the volume | `nil` |
| `persistence.mountPath` | Path to mount data volume at | `nil` |
| `persistence.accessMode` | Access mode of data volume | `ReadWriteOnce` |
+4 -2
View File
@@ -986,8 +986,10 @@ metrics:
persistence:
enabled: true
## A manually managed Persistent Volume and Claim
## If defined, PVC must be created manually before volume will be bound
## The value is evaluated as a template
## If defined, PVC must be created manually before volume will be bound.
## All replicas will share this PVC, using existingClaim with
## replicas > 1 is only useful in very special use cases.
## The value is evaluated as a template.
##
# existingClaim:
## Persistent Volume Storage Class