From 967665730c2318291b7e76394c511dfb158d4829 Mon Sep 17 00:00:00 2001 From: Justin Scott Date: Fri, 23 Jun 2017 15:46:57 -0700 Subject: [PATCH] Punctuate stray sentence. --- docs/helm/helm_init.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/helm/helm_init.md b/docs/helm/helm_init.md index 9e237c06d..dcdd708c0 100644 --- a/docs/helm/helm_init.md +++ b/docs/helm/helm_init.md @@ -6,8 +6,8 @@ initialize Helm on both client and server -This command installs Tiller (the helm server side component) onto your -Kubernetes Cluster and sets up local configuration in $HELM_HOME (default ~/.helm/) +This command installs Tiller (the Helm server side component) onto your +Kubernetes Cluster and sets up local configuration in $HELM_HOME (default ~/.helm/). As with the rest of the Helm commands, 'helm init' discovers Kubernetes clusters by reading $KUBECONFIG (default '~/.kube/config') and using the default context.