From d81780032a167816ec2c900857c7d074b8ae267c Mon Sep 17 00:00:00 2001 From: Igor Vuk Date: Thu, 23 Nov 2017 19:06:37 +0100 Subject: [PATCH] Fix a typo in install.go, update helm_install.md --- cmd/helm/install.go | 4 ++-- docs/helm/helm_install.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cmd/helm/install.go b/cmd/helm/install.go index 218ad7c22..e2f1ada66 100644 --- a/cmd/helm/install.go +++ b/cmd/helm/install.go @@ -76,8 +76,8 @@ To check the generated manifests of a release without installing the chart, the '--debug' and '--dry-run' flags can be combined. This will still require a round-trip to the Tiller server. -If --verify is set, the chart MUST have a provenance file, and the provenenace -fall MUST pass all verification steps. +If --verify is set, the chart MUST have a provenance file, and the provenance +file MUST pass all verification steps. There are five different ways you can express the chart you want to install: diff --git a/docs/helm/helm_install.md b/docs/helm/helm_install.md index 7e206f721..f3a8ee06d 100644 --- a/docs/helm/helm_install.md +++ b/docs/helm/helm_install.md @@ -37,8 +37,8 @@ To check the generated manifests of a release without installing the chart, the '--debug' and '--dry-run' flags can be combined. This will still require a round-trip to the Tiller server. -If --verify is set, the chart MUST have a provenance file, and the provenenace -fall MUST pass all verification steps. +If --verify is set, the chart MUST have a provenance file, and the provenance +file MUST pass all verification steps. There are five different ways you can express the chart you want to install: @@ -109,4 +109,4 @@ helm install [CHART] ### SEE ALSO * [helm](helm.md) - The Helm package manager for Kubernetes. -###### Auto generated by spf13/cobra on 22-Nov-2017 +###### Auto generated by spf13/cobra on 23-Nov-2017