mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-25 13:06:08 +10:00
[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:
@@ -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` |
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user