From c7b782440909bf2ecc553b9eaad79d2034440896 Mon Sep 17 00:00:00 2001 From: Chengfei Shang Date: Wed, 11 Apr 2018 04:35:10 +0800 Subject: [PATCH] fix typo in testlink/README.md (#4820) --- stable/testlink/Chart.yaml | 2 +- stable/testlink/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/testlink/Chart.yaml b/stable/testlink/Chart.yaml index 3df391276f..d905c50a74 100644 --- a/stable/testlink/Chart.yaml +++ b/stable/testlink/Chart.yaml @@ -1,5 +1,5 @@ name: testlink -version: 1.0.1 +version: 1.0.2 appVersion: 1.9.16 description: Web-based test management system that facilitates software quality assurance. icon: https://bitnami.com/assets/stacks/testlink/img/testlink-stack-220x234.png diff --git a/stable/testlink/README.md b/stable/testlink/README.md index 0a0042176d..1c948a11c7 100644 --- a/stable/testlink/README.md +++ b/stable/testlink/README.md @@ -66,8 +66,8 @@ The following table lists the configurable parameters of the TestLink chart and | `externalDatabase.port` | Port of the external database | `3306` | | `externalDatabase.user` | Existing username in the external db | `bn_testlink` | | `externalDatabase.password` | Password for the above username | `nil` | -| `externalDatabase.database` | Name of the existing database | `bitnami_testlink` | -| `mariadb.enabled` | Whether to use or not the mariadb chart | `true` | +| `externalDatabase.database` | Name of the existing database | `bitnami_testlink` | +| `mariadb.enabled` | Whether to use the MariaDB chart | `true` | | `mariadb.mariadbDatabase` | Database name to create | `bitnami_testlink` | | `mariadb.mariadbUser` | Database user to create | `bn_testlink` | | `mariadb.mariadbPassword` | Password for the database | `nil` |