Skip to content

Commit

Permalink
init helm and tiller with history-max settings
Browse files Browse the repository at this point in the history
  • Loading branch information
bitnik authored Feb 27, 2020
1 parent 72e54ee commit c6f2d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/setup-jupyterhub/setup-helm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ cluster:

.. code-block:: bash
helm init --service-account tiller --wait
helm init --service-account tiller --history-max 100 --wait
This command only needs to run once per Kubernetes cluster, it will create a
`tiller` deployment in the kube-system namespace and setup your local `helm`
Expand Down

0 comments on commit c6f2d9f

Please sign in to comment.