From 889955780d852e323d5268d63c0905c748256fdb Mon Sep 17 00:00:00 2001 From: Justin Scott Date: Wed, 7 Jun 2017 13:22:59 -0700 Subject: [PATCH] Update docs for helm_init.md --- docs/helm/helm_init.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/helm/helm_init.md b/docs/helm/helm_init.md index 2d498c554..1a25bbb08 100644 --- a/docs/helm/helm_init.md +++ b/docs/helm/helm_init.md @@ -38,6 +38,8 @@ helm init --dry-run do not install local or remote --local-repo-url string URL for local repository (default "http://127.0.0.1:8879/charts") --net-host install tiller with net=host + --node-selectors string labels to select which node tiller lands on + -o, --output string skip installation and output tiller's manifest in specified format --service-account string name of service account --skip-refresh do not refresh (download) the local repository cache --stable-repo-url string URL for stable repository (default "https://kubernetes-charts.storage.googleapis.com") @@ -63,4 +65,4 @@ helm init ### SEE ALSO * [helm](helm.md) - The Helm package manager for Kubernetes. -###### Auto generated by spf13/cobra on 29-May-2017 +###### Auto generated by spf13/cobra on 7-Jun-2017