Skip to content

Commit a17119c

Browse files
authored
Update helm install for helm 3
--name isn't allowed in helm 3 as name is now required.
1 parent 91e6bdd commit a17119c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/zero-to-binderhub/setup-binderhub.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ First, get the latest helm chart for BinderHub.::
310310
Next, **install the Helm Chart** using the configuration files
311311
that you've just created. Do this by running the following command::
312312

313-
helm install jupyterhub/binderhub --version=0.2.0-3b53fce --name=<choose-name> --namespace=<choose-namespace> -f secret.yaml -f config.yaml
313+
helm install <choose-name> jupyterhub/binderhub --version=0.2.0-3b53fce --namespace=<choose-namespace> -f secret.yaml -f config.yaml
314314

315315
This command will install the Helm chart released on March 3rd, 2019 as
316316
identified by the commit hash (the random string after `0.2.0-`), which is

0 commit comments

Comments
 (0)