Skip to content
Snippets Groups Projects
Commit 26596b5c authored by Xiang Dai's avatar Xiang Dai
Browse files

Add custom help info


Signed-off-by: default avatarXiang Dai <764524258@qq.com>
parent b85609e5
No related branches found
No related tags found
No related merge requests found
......@@ -18,10 +18,18 @@ $ helm repo update
## Deploy Loki and Promtail to your cluster
### Deploy with default config
```bash
$ helm upgrade --install loki loki/loki-stack
```
### Deploy with custom config
```bash
$ helm upgrade --install loki loki/loki --set "key1=val1,key2=val2,..."
```
## Deploy Loki only
```bash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment