Skip to content

Commit

Permalink
fixed helm installation instructions (#761)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Ulman authored and cyriltovena committed Jul 16, 2019
1 parent 3346ce1 commit fc729e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions production/helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ $ helm upgrade --install loki loki/loki-stack --set "key1=val1,key2=val2,..."
## Deploy Loki only

```bash
$ helm upgrade --install loki loki/loki --set "loki.serviceName=my-loki"
$ helm upgrade --install loki loki/loki
```

## Deploy Promtail only

```bash
$ helm upgrade --install promtail loki/promtail
$ helm upgrade --install promtail loki/promtail --set "loki.serviceName=loki"
```

## Deploy Grafana to your cluster
Expand Down

0 comments on commit fc729e2

Please sign in to comment.