From cad23e7da7ca27df48eb7deca558170f77e8f74a Mon Sep 17 00:00:00 2001 From: Asko Kauppi Date: Wed, 7 Jun 2017 03:14:57 +0300 Subject: [PATCH] Prepending the commands with '$' (#1145) * A command should be all on one line * Adding '$' to all commands for consistency --- incubator/kafka/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/incubator/kafka/README.md b/incubator/kafka/README.md index f084500246..f078ecf340 100644 --- a/incubator/kafka/README.md +++ b/incubator/kafka/README.md @@ -35,16 +35,16 @@ To install the chart with the release name `my-release` in the default namespace: ``` -helm repo add incubator http://storage.googleapis.com/kubernetes-charts-incubator -helm install --name my-kafka incubator/kafka +$ helm repo add incubator http://storage.googleapis.com/kubernetes-charts-incubator +$ helm install --name my-kafka incubator/kafka ``` If using a dedicated namespace(recommended) then make sure the namespace exists with: ``` -kubectl create ns kafka -helm install --name my-kafka --set global.namespace=kafka incubator/kafka +$ kubectl create ns kafka +$ helm install --name my-kafka --set global.namespace=kafka incubator/kafka ``` This chart includes a ZooKeeper chart as a dependency to the Kafka