diff --git a/stable/consul/README.md b/stable/consul/README.md index e0d34042f5..beecdf60d1 100644 --- a/stable/consul/README.md +++ b/stable/consul/README.md @@ -17,8 +17,7 @@ This chart will do the following: To install the chart with the release name `my-release`: ```bash -$ helm repo add incubator http://storage.googleapis.com/kubernetes-charts-incubator -$ helm install --name my-release incubator/consul +$ helm install --name my-release stable/consul ``` ## Configuration @@ -55,7 +54,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, ```bash -$ helm install --name my-release -f values.yaml incubator/consul +$ helm install --name my-release -f values.yaml stable/consul ``` > **Tip**: You can use the default [values.yaml](values.yaml)