|
|
@ -56,14 +56,13 @@ helm install [CHART]
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
```
|
|
|
|
--dry-run simulate an install
|
|
|
|
--dry-run simulate an install
|
|
|
|
--keyring string location of public keys used for verification (default "/Users/mattbutcher/.gnupg/pubring.gpg")
|
|
|
|
--keyring string location of public keys used for verification (default "/Users/adamreese/.gnupg/pubring.gpg")
|
|
|
|
-n, --name string release name. If unspecified, it will autogenerate one for you
|
|
|
|
-n, --name string release name. If unspecified, it will autogenerate one for you
|
|
|
|
--name-template string specify template used to name the release
|
|
|
|
--name-template string specify template used to name the release
|
|
|
|
--namespace string namespace to install the release into
|
|
|
|
--namespace string namespace to install the release into
|
|
|
|
--no-hooks prevent hooks from running during install
|
|
|
|
--no-hooks prevent hooks from running during install
|
|
|
|
--replace re-use the given name, even if that name is already used. This is unsafe in production
|
|
|
|
--replace re-use the given name, even if that name is already used. This is unsafe in production
|
|
|
|
--set value set values on the command line. Separate values with commas: key1=val1,key2=val2 (default null
|
|
|
|
--set string set values on the command line. Separate values with commas: key1=val1,key2=val2
|
|
|
|
)
|
|
|
|
|
|
|
|
-f, --values string specify values in a YAML file
|
|
|
|
-f, --values string specify values in a YAML file
|
|
|
|
--verify verify the package before installing it
|
|
|
|
--verify verify the package before installing it
|
|
|
|
--version string specify the exact chart version to install. If this is not specified, the latest version is installed
|
|
|
|
--version string specify the exact chart version to install. If this is not specified, the latest version is installed
|
|
|
@ -73,7 +72,7 @@ helm install [CHART]
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
```
|
|
|
|
--debug enable verbose output
|
|
|
|
--debug enable verbose output
|
|
|
|
--home string location of your Helm config. Overrides $HELM_HOME (default "/Users/mattbutcher/Code/helm_home")
|
|
|
|
--home string location of your Helm config. Overrides $HELM_HOME (default "$HOME/.helm")
|
|
|
|
--host string address of tiller. Overrides $HELM_HOST
|
|
|
|
--host string address of tiller. Overrides $HELM_HOST
|
|
|
|
--kube-context string name of the kubeconfig context to use
|
|
|
|
--kube-context string name of the kubeconfig context to use
|
|
|
|
```
|
|
|
|
```
|
|
|
@ -81,4 +80,3 @@ 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 1-Nov-2016
|
|
|
|
|
|
|
|