From f1264555f59a0fdda9bab3cb6bea8a16430db93d Mon Sep 17 00:00:00 2001 From: Xiang Dai <764524258@qq.com> Date: Thu, 11 Apr 2019 09:56:30 +0800 Subject: [PATCH] Update helm docs Signed-off-by: Xiang Dai <764524258@qq.com> --- production/helm/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/production/helm/README.md b/production/helm/README.md index 3a851e40..3c6f81e9 100644 --- a/production/helm/README.md +++ b/production/helm/README.md @@ -10,6 +10,12 @@ Loki's chart repository to Helm: $ helm repo add loki https://grafana.github.io/loki/charts ``` +If you have added it, need to update in case miss any sub-repo: + +```bash +$ helm repo update +``` + ## Deploy Loki and Promtail to your cluster ```bash -- GitLab