From 4819c4a98420722dd291a9ec9dedc49b5a74cb48 Mon Sep 17 00:00:00 2001 From: Michelle Noorali Date: Thu, 7 Apr 2016 11:49:48 -0600 Subject: [PATCH] ref(README): refer to redis-2.0.0.tgz chart --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b17c1ea60..31cd2761d 100644 --- a/README.md +++ b/README.md @@ -86,11 +86,11 @@ $ bin/helm repo add kubernetes-charts-testing gs://kubernetes-charts-testing Then deploy a Chart from this repository. For example to start a Redis cluster: ``` -$ bin/helm deploy --name test --properties "workers=2" gs://kubernetes-charts-testing/redis-2.tgz +$ bin/helm deploy --name test --properties "workers=2" gs://kubernetes-charts-testing/redis-2.0.0.tgz ``` -The command above will create a helm "deployment" called `test` using the `redis-2.tgz` chart stored in the google storage bucket `kubernetes-charts-testing`. +The command above will create a helm "deployment" called `test` using the `redis-2.0.0.tgz` chart stored in the google storage bucket `kubernetes-charts-testing`. -`$ bin/helm deployment describe test` will allow you to see the status of the resources you just created using the redis-v2.tgz chart. You can also use kubectl to see the the same resources. It'll look like this: +`$ bin/helm deployment describe test` will allow you to see the status of the resources you just created using the redis-2.0.0.tgz chart. You can also use kubectl to see the the same resources. It'll look like this: ``` $ kubectl get pods,svc,rc