mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
The `bitnami/postgresql`chart doesn't have a value with key `persistence.size`. The correct value key which control the size of the PVC is `primary.persistence.size`. See: - https://github.com/bitnami/charts/blob/postgresql/16.7.12/bitnami/postgresql/values.yaml - The JSON schema, [`values.schema.json`](https://github.com/bitnami/charts/blob/postgresql/16.7.12/bitnami/postgresql/values.schema.json) of the [`values.yaml`](https://github.com/bitnami/charts/blob/postgresql/16.7.12/bitnami/postgresql/values.yaml) included in the chart is out of sync. https://github.com/bitnami/readme-generator-for-helm/issues/142