Skip to content

Commit

Permalink
Merge pull request grafana#470 from daixiang0/add-update
Browse files Browse the repository at this point in the history
Update helm docs
  • Loading branch information
davkal authored Apr 17, 2019
2 parents c38ad34 + 8fab97d commit 439e7bb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions production/helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ Loki's chart repository to Helm:
$ helm repo add loki https://grafana.github.io/loki/charts
```

You can update the chart repository by running:

```bash
$ helm repo update
```

## Deploy Loki and Promtail to your cluster

```bash
Expand Down

0 comments on commit 439e7bb

Please sign in to comment.