Skip to content

Commit

Permalink
Update readme (loki-stack)
Browse files Browse the repository at this point in the history
  • Loading branch information
davkal authored and slim-bean committed May 31, 2019
1 parent d7d479a commit ac9aa9a
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 @@ -27,7 +27,7 @@ $ helm upgrade --install loki loki/loki-stack
### Deploy with custom config

```bash
$ helm upgrade --install loki loki/loki --set "key1=val1,key2=val2,..."
$ helm upgrade --install loki loki/loki-stack --set "key1=val1,key2=val2,..."
```

## Deploy Loki only
Expand Down Expand Up @@ -121,4 +121,4 @@ $ # update version loki/Chart.yaml
$ # update version loki-stack/Chart.yaml
```

You can use the `make helm-debug` to test and print out all chart templates. If you want to install helm (tiller) in your cluster use `make helm-install`, to install the current build in your Kubernetes cluster run `make helm-upgrade`.
You can use the `make helm-debug` to test and print out all chart templates. If you want to install helm (tiller) in your cluster use `make helm-install`, to install the current build in your Kubernetes cluster run `make helm-upgrade`.

0 comments on commit ac9aa9a

Please sign in to comment.