mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/testlink] Fix some typos (#4215)
* [stable/ghost] Fix some typos
* [stable/testlink] Fix some typos
* Revert "[stable/ghost] Fix some typos"
This reverts commit fe3bc14a3e.
* Update README.md
Another typo (replace tables by table)
This commit is contained in:
committed by
k8s-ci-robot
parent
9053bb8676
commit
f8d6cbe148
@@ -1,5 +1,5 @@
|
||||
name: testlink
|
||||
version: 0.5.0
|
||||
version: 0.5.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
|
||||
|
||||
@@ -43,7 +43,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
|
||||
## Configuration
|
||||
|
||||
The following tables lists the configurable parameters of the TestLink chart and their default values.
|
||||
The following table lists the configurable parameters of the TestLink chart and their default values.
|
||||
|
||||
| Parameter | Description | Default |
|
||||
|-------------------------------------|-----------------------------------------|---------------------------------------------------------|
|
||||
@@ -89,7 +89,7 @@ $ helm install --name my-release \
|
||||
stable/testlink
|
||||
```
|
||||
|
||||
The above command sets the TestLink administrator account username and password to `admin` and `password` respectively. Additionally it sets the MariaDB `root` user password to `secretpassword`.
|
||||
The above command sets the TestLink administrator account username and password to `admin` and `password` respectively. Additionally, it sets the MariaDB `root` user password to `secretpassword`.
|
||||
|
||||
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user