From a61842458544cbb3ebb9022e5d5868ec4dd064fa Mon Sep 17 00:00:00 2001 From: Justin Scott Date: Tue, 20 Jun 2017 17:55:23 -0700 Subject: [PATCH] Update helm init docs --- docs/helm/helm_init.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/helm/helm_init.md b/docs/helm/helm_init.md index 2d498c554..81c9f40ea 100644 --- a/docs/helm/helm_init.md +++ b/docs/helm/helm_init.md @@ -33,21 +33,21 @@ helm init ### Options ``` - --canary-image use the canary tiller image - -c, --client-only if set does not install tiller + --canary-image use the canary Tiller image + -c, --client-only if set does not install Tiller --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 + --net-host install Tiller with net=host --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") - -i, --tiller-image string override tiller image - --tiller-tls install tiller with TLS enabled - --tiller-tls-cert string path to TLS certificate file to install with tiller - --tiller-tls-key string path to TLS key file to install with tiller - --tiller-tls-verify install tiller with TLS enabled and to verify remote certificates + -i, --tiller-image string override Tiller image + --tiller-tls install Tiller with TLS enabled + --tiller-tls-cert string path to TLS certificate file to install with Tiller + --tiller-tls-key string path to TLS key file to install with Tiller + --tiller-tls-verify install Tiller with TLS enabled and to verify remote certificates --tls-ca-cert string path to CA root certificate - --upgrade upgrade if tiller is already installed + --upgrade upgrade if Tiller is already installed ``` ### Options inherited from parent commands @@ -63,4 +63,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 20-Jun-2017