mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
fix typo in phpbb/README.md (#4897)
This commit is contained in:
committed by
k8s-ci-robot
parent
ca5be2ba81
commit
09378cb90b
@@ -1,5 +1,5 @@
|
||||
name: phpbb
|
||||
version: 1.0.1
|
||||
version: 1.0.2
|
||||
appVersion: 3.2.2
|
||||
description: Community forum that supports the notion of users and groups, file attachments,
|
||||
full-text search, notifications and more.
|
||||
|
||||
@@ -64,7 +64,7 @@ The following table lists the configurable parameters of the phpBB chart and the
|
||||
| `externalDatabase.user` | Existing username in the external db | `bn_phpbb` |
|
||||
| `externalDatabase.password` | Password for the above username | `nil` |
|
||||
| `externalDatabase.database` | Name of the existing database | `bitnami_phpbb` |
|
||||
| `mariadb.enabled` | Use or not the mariadb chart | `true` |
|
||||
| `mariadb.enabled` | Use or not the MariaDB chart | `true` |
|
||||
| `mariadb.mariadbRootPassword` | MariaDB admin password | `nil` |
|
||||
| `mariadb.mariadbDatabase` | Database name to create | `bitnami_phpbb` |
|
||||
| `mariadb.mariadbUser` | Database user to create | `bn_phpbb` |
|
||||
|
||||
Reference in New Issue
Block a user