Skip to content

Commit

Permalink
ignore postgresql.global.auth for docs as all the sub params ar alrea…
Browse files Browse the repository at this point in the history
…dy documented
  • Loading branch information
jessebot committed Jul 29, 2023
1 parent f76b34f commit 7007895
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion charts/coturn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ A Helm chart to deploy coturn
| persistence.size | string | `"1Mi"` | size of the PVC, ignored if persistence.existingClaim passed in |
| persistence.storageClass | string | `""` | storageClass for the PVC, ignored if persistence.existingClaim passed in |
| postgresql.enabled | bool | `false` | enables bitnami postgresql subchart, you can disable to use external db |
| postgresql.global.postgresql.auth | object | `{"database":"coturn","existingSecret":"","password":"","secretKeys":{"adminPasswordKey":"postgresPassword","database":"database","hostname":"hostname","userPasswordKey":"password","username":"username"},"username":"coturn"}` | global.postgresql.auth overrides postgresql.auth |
| postgresql.global.postgresql.auth.database | string | `"coturn"` | database to create, ignored if existingSecret is passed in |
| postgresql.global.postgresql.auth.existingSecret | string | `""` | name of existing Secret to use for postgresql credentials |
| postgresql.global.postgresql.auth.password | string | `""` | password for db, autogenerated if empty & existingSecret empty |
Expand Down
2 changes: 1 addition & 1 deletion charts/coturn/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ postgresql:
enabled: false
global:
postgresql:
# -- global.postgresql.auth overrides postgresql.auth
# global.postgresql.auth overrides postgresql.auth
auth:
# -- username for database, ignored if existingSecret is passed in
username: "coturn"
Expand Down

0 comments on commit 7007895

Please sign in to comment.