From 84cefa710aec432143c55d355b0a9a73e121b019 Mon Sep 17 00:00:00 2001 From: Chengfei Shang Date: Mon, 9 Apr 2018 13:38:16 +0800 Subject: [PATCH] fix typo in owncloud/README.md (#4790) --- stable/owncloud/Chart.yaml | 2 +- stable/owncloud/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/owncloud/Chart.yaml b/stable/owncloud/Chart.yaml index 5689cccdeb..cfad6f694b 100644 --- a/stable/owncloud/Chart.yaml +++ b/stable/owncloud/Chart.yaml @@ -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: diff --git a/stable/owncloud/README.md b/stable/owncloud/README.md index 909cb33968..7f78a81fea 100644 --- a/stable/owncloud/README.md +++ b/stable/owncloud/README.md @@ -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` |