fix typo in owncloud/README.md (#4893)

This commit is contained in:
Chengfei Shang
2018-04-11 01:54:07 -07:00
committed by k8s-ci-robot
parent 7538d8099b
commit ca5be2ba81
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: owncloud
version: 1.0.3
version: 1.0.4
appVersion: 10.0.7
description: A file sharing server that puts the control and security of your own data back into your hands.
keywords:
+2 -2
View File
@@ -66,11 +66,11 @@ The following table lists the configurable parameters of the ownCloud chart and
| `allowEmptyPassword` | Allow DB blank passwords | `yes` |
| `externalDatabase.host` | Host of the external database | `nil` |
| `externalDatabase.port` | Port of the external database | `3306` |
| `externalDatabase.database` | Name of the existing database | `bitnami_owncloud` |
| `externalDatabase.database` | Name of the existing database | `bitnami_owncloud` |
| `externalDatabase.user` | Existing username in the external db | `bn_owncloud` |
| `externalDatabase.password` | Password for the above username | `nil` |
| `mariadb.mariadbDatabase` | Database name to create | `bitnami_owncloud` |
| `mariadb.enabled` | Whether to use or not the mariadb chart | `true` |
| `mariadb.enabled` | Whether to use the MariaDB chart | `true` |
| `mariadb.mariadbPassword` | Password for the database | `nil` |
| `mariadb.mariadbUser` | Database user to create | `bn_owncloud` |
| `mariadb.mariadbRootPassword` | MariaDB admin password | `nil` |