mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
[bitnami/sonarqube] Undo postgresql persistence enabled value (#14050)
* [bitnami/sonarqube] Fix postgresql persistence enabled value Signed-off-by: Cori Avila <amisericordi@vmware.com> * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Cori Avila <amisericordi@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -317,7 +317,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `postgresql.auth.username` | Username to create when deploying the PostgreSQL chart | `bn_sonarqube` |
|
||||
| `postgresql.auth.database` | Database to create when deploying the PostgreSQL chart | `bitnami_sonarqube` |
|
||||
| `postgresql.service.ports.postgresql` | PostgreSQL service port | `5432` |
|
||||
| `postgresql.persistence.enabled` | Use PVCs when deploying the PostgreSQL chart | `false` |
|
||||
| `postgresql.persistence.enabled` | Use PVCs when deploying the PostgreSQL chart | `true` |
|
||||
| `postgresql.persistence.existingClaim` | Use an existing PVC when deploying the PostgreSQL chart | `""` |
|
||||
| `postgresql.persistence.storageClass` | storageClass of the created PVCs | `""` |
|
||||
| `postgresql.persistence.accessMode` | Access mode of the created PVCs | `ReadWriteOnce` |
|
||||
|
||||
Reference in New Issue
Block a user