Unverified Commit b7c2a95f authored by Matthew Fisher's avatar Matthew Fisher Committed by GitHub

Merge pull request #3197 from ivuk/fix-typo-helm-install

Fix a typo in install.go, update helm_install.md
parents cad89240 d8178003
...@@ -76,8 +76,8 @@ To check the generated manifests of a release without installing the chart, ...@@ -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 the '--debug' and '--dry-run' flags can be combined. This will still require a
round-trip to the Tiller server. round-trip to the Tiller server.
If --verify is set, the chart MUST have a provenance file, and the provenenace If --verify is set, the chart MUST have a provenance file, and the provenance
fall MUST pass all verification steps. file MUST pass all verification steps.
There are five different ways you can express the chart you want to install: There are five different ways you can express the chart you want to install:
......
...@@ -37,8 +37,8 @@ To check the generated manifests of a release without installing the chart, ...@@ -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 the '--debug' and '--dry-run' flags can be combined. This will still require a
round-trip to the Tiller server. round-trip to the Tiller server.
If --verify is set, the chart MUST have a provenance file, and the provenenace If --verify is set, the chart MUST have a provenance file, and the provenance
fall MUST pass all verification steps. file MUST pass all verification steps.
There are five different ways you can express the chart you want to install: There are five different ways you can express the chart you want to install:
...@@ -109,4 +109,4 @@ helm install [CHART] ...@@ -109,4 +109,4 @@ helm install [CHART]
### SEE ALSO ### SEE ALSO
* [helm](helm.md) - The Helm package manager for Kubernetes. * [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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment