From f240b573e1c6ab0e4ec8a5dd203501a7d294223c Mon Sep 17 00:00:00 2001 From: Daniel Ulman Date: Tue, 16 Jul 2019 18:47:06 +0200 Subject: [PATCH] fixed helm installation instructions (#761) --- production/helm/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/production/helm/README.md b/production/helm/README.md index 8a4cd098660de..46938e78a7134 100644 --- a/production/helm/README.md +++ b/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