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

Comment how to contribute helm chart


Signed-off-by: default avatarXiang Dai <764524258@qq.com>
parent 439e7bb7
No related branches found
No related tags found
No related merge requests found
......@@ -56,3 +56,15 @@ $ kubectl port-forward --namespace <YOUR-NAMESPACE> service/loki-grafana 3000:80
Navigate to http://localhost:3000 and login with `admin` and the password output above.
Then follow the [instructions for adding the loki datasource](/docs/usage.md), using the URL `http://loki:3100/`.
## How to contribute
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 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