mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
fix typo in testlink readme (#4565)
This commit is contained in:
committed by
k8s-ci-robot
parent
e420d0ee89
commit
ea4e4c63cb
@@ -1,5 +1,5 @@
|
||||
name: testlink
|
||||
version: 0.5.1
|
||||
version: 0.5.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
|
||||
|
||||
@@ -63,7 +63,7 @@ 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 databse | `bitnami_testlink` |
|
||||
| `externalDatabase.database` | Name of the existing database | `bitnami_testlink` |
|
||||
| `mariadb.enabled` | Wheter to use or not the mariadb chart | `true` |
|
||||
| `mariadb.mariadbDatabase` | Database name to create | `bitnami_testlink` |
|
||||
| `mariadb.mariadbUser` | Database user to create | `bn_testlink` |
|
||||
|
||||
Reference in New Issue
Block a user