You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ta...@apache.org on 2019/12/14 07:51:32 UTC

[skywalking-kubernetes] 01/01: helm dep up skywalking

This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a commit to branch typo
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git

commit 3d2470f25068b0307c03980c48d7090d16ea1c5f
Author: JaredTan95 <ji...@daocloud.io>
AuthorDate: Sat Dec 14 15:45:00 2019 +0800

    helm dep up skywalking
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 318ba11..6a2c5b9 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ $ cd chart
 
 $ helm repo add stable https://kubernetes-charts.storage.googleapis.com/
 
-$ helm dep up 
+$ helm dep up skywalking
 
 $ helm install <release_name> skywalking -n <namespace>
 ```
@@ -28,7 +28,7 @@ $ cd chart
 
 $ helm repo add stable https://kubernetes-charts.storage.googleapis.com/
 
-$ helm dep up 
+$ helm dep up skywalking
 
 $ helm install <release_name> skywalking -n <namespace> \
         --set elasticsearch.enabled=false \