mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
docs: bitnami/postgresql primary prefix for persistence.size config key (#18446)
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
This commit is contained in:
@ -49,7 +49,7 @@ helm install coder-db bitnami/postgresql \
|
|||||||
--set auth.username=coder \
|
--set auth.username=coder \
|
||||||
--set auth.password=coder \
|
--set auth.password=coder \
|
||||||
--set auth.database=coder \
|
--set auth.database=coder \
|
||||||
--set persistence.size=10Gi
|
--set primary.persistence.size=10Gi
|
||||||
```
|
```
|
||||||
|
|
||||||
The cluster-internal DB URL for the above database is:
|
The cluster-internal DB URL for the above database is:
|
||||||
|
Reference in New Issue
Block a user