From 2f79f751fe3649b2abd7dc0f668d4b71accad554 Mon Sep 17 00:00:00 2001 From: Olivier Grisel Date: Thu, 6 Jul 2017 02:21:10 +0200 Subject: [PATCH] Typo in helm install command for dask-distributed (#1413) --- stable/dask-distributed/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/dask-distributed/README.md b/stable/dask-distributed/README.md index 2512312030..9413e0e97e 100644 --- a/stable/dask-distributed/README.md +++ b/stable/dask-distributed/README.md @@ -18,7 +18,7 @@ This chart will do the following: To install the chart with the release name `my-release`: ```bash -$ helm install --name my-release stable/dask +$ helm install --name my-release stable/dask-distributed ``` ## Configuration