Update language

Signed-off-by: Xiang Dai <764524258@qq.com>
pull/491/head
Xiang Dai 6 years ago
parent 632db54db3
commit 0ca896eecf
  1. 10
      production/helm/README.md

@ -62,15 +62,13 @@ Then follow the [instructions for adding the loki datasource](/docs/usage.md), u
If you want to add any feature to helm chart, you can follow as below: If you want to add any feature to helm chart, you can follow as below:
```bash ```bash
$ cd production/helm $ # do some changes to loki/promtail in the corresponding directory
$ # do some changes to loki/promtail in corresponding directory $ make helm
$ helm dependency update loki-stack # run after do any changes $ helm upgrade --install loki ./loki-stack-*.tgz
$ helm install ./loki-stack --dry-run --debug # to see changes format as expected
$ helm install ./loki-stack # to see changes work as expected
``` ```
After verify changes, need to bump chart version. After verify changes, need to bump chart version.
For example, if you update loki chart, you need bump version as following: For example, if you update the loki chart, you need to bump the version as following:
```bash ```bash
$ # update version loki/Chart.yaml $ # update version loki/Chart.yaml

Loading…
Cancel
Save