Skip to content

Commit 74e1953

Browse files
authored
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. bitnami/readme-generator-for-helm#142
1 parent 4756080 commit 74e1953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install/kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ helm install coder-db bitnami/postgresql \
4949
--set auth.username=coder \
5050
--set auth.password=coder \
5151
--set auth.database=coder \
52-
--set persistence.size=10Gi
52+
--set primary.persistence.size=10Gi
5353
```
5454

5555
The cluster-internal DB URL for the above database is:

0 commit comments

Comments
 (0)