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

This commit is contained in:
Chengfei Shang
2018-04-08 22:38:16 -07:00
committed by k8s-ci-robot
parent 8a77fa1fbc
commit 84cefa710a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: owncloud
version: 1.0.1
version: 1.0.2
appVersion: 10.0.7
description: A file sharing server that puts the control and security of your own data back into your hands.
keywords:
+1 -1
View File
@@ -70,7 +70,7 @@ The following table lists the configurable parameters of the ownCloud chart and
| `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` | Wheter to use or not the mariadb chart | `true` |
| `mariadb.enabled` | Whether to use or not 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` |