From 26596b5c793b1974be16c3f23047921c085d25bd Mon Sep 17 00:00:00 2001
From: Xiang Dai <764524258@qq.com>
Date: Fri, 26 Apr 2019 11:16:10 +0800
Subject: [PATCH] Add custom help info

Signed-off-by: Xiang Dai <764524258@qq.com>
---
 production/helm/README.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/production/helm/README.md b/production/helm/README.md
index 59e5b39b..7932cbfa 100644
--- a/production/helm/README.md
+++ b/production/helm/README.md
@@ -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
-- 
GitLab