fixed helm installation instructions (#761)

pull/768/head
Daniel Ulman 6 years ago committed by Cyril Tovena
parent 3346ce1b40
commit fc729e2457
  1. 4
      production/helm/README.md

@ -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

Loading…
Cancel
Save