Skip to content

Commit

Permalink
Comment how to contribute helm chart
Browse files Browse the repository at this point in the history
Signed-off-by: Xiang Dai <764524258@qq.com>
  • Loading branch information
daixiang0 committed Apr 18, 2019
1 parent 439e7bb commit 3abb4a3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions production/helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit 3abb4a3

Please sign in to comment.