fix typo in testlink/README.md (#4820)

This commit is contained in:
Chengfei Shang
2018-04-10 13:35:10 -07:00
committed by k8s-ci-robot
parent 089aa75da6
commit c7b7824409
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
+2 -2
View File
@@ -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` |