fix typo in phpbb/README.md (#4897)

This commit is contained in:
Chengfei Shang
2018-04-11 01:58:55 -07:00
committed by k8s-ci-robot
parent ca5be2ba81
commit 09378cb90b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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` |