Synchronize upstreamed folder to 59b4ed1

This commit is contained in:
bitnami-bot
2018-06-12 10:36:59 +00:00
parent 25752a00dc
commit c4733f3b1a
96 changed files with 550 additions and 526 deletions

View File

@@ -65,10 +65,10 @@ The following table lists the configurable parameters of the phpBB chart and the
| `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.mariadbRootPassword` | MariaDB admin password | `nil` |
| `mariadb.mariadbDatabase` | Database name to create | `bitnami_phpbb` |
| `mariadb.mariadbUser` | Database user to create | `bn_phpbb` |
| `mariadb.mariadbPassword` | Password for the database | _random 10 character long alphanumeric string_ |
| `mariadb.rootUser.password` | MariaDB admin password | `nil` |
| `mariadb.db.name` | Database name to create | `bitnami_phpbb` |
| `mariadb.db.user` | Database user to create | `bn_phpbb` |
| `mariadb.db.password` | Password for the database | _random 10 character long alphanumeric string_ |
| `serviceType` | Kubernetes Service type | `LoadBalancer` |
| `persistence.enabled` | Enable persistence using PVC | `true` |
| `persistence.apache.storageClass` | PVC Storage Class for Apache volume | `nil` (uses alpha storage class annotation) |