Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit74e1953

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 thePVC 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 parent4756080 commit74e1953

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+
--setprimary.persistence.size=10Gi
5353
```
5454

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp