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

This commit is contained in:
Chengfei Shang
2018-04-08 22:43:08 -07:00
committed by k8s-ci-robot
parent bdf4ba51a8
commit fd668fe071
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: testlink
version: 1.0.0
version: 1.0.1
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
+1 -1
View File
@@ -67,7 +67,7 @@ The following table lists the configurable parameters of the TestLink chart and
| `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` | Wheter to use or not the mariadb chart | `true` |
| `mariadb.enabled` | Whether to use or not 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` |