Skip to content
Snippets Groups Projects
Commit 632db54d authored by Xiang Dai's avatar Xiang Dai
Browse files

Add comment


Signed-off-by: default avatarXiang Dai <764524258@qq.com>
parent 0b8d4429
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ If you want to add any feature to helm chart, you can follow as below:
```bash
$ cd production/helm
$ # do some changes to loki/promtail in corresponding directory
$ helm dependency update loki-stack
$ helm dependency update loki-stack # run after do any changes
$ helm install ./loki-stack --dry-run --debug # to see changes format as expected
$ helm install ./loki-stack # to see changes work as expected
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment