docs: regenerate docs after adding --annotations option

pull/2631/head
Igor Bazhitov 8 years ago
parent 275353e7d3
commit 3fe73fe58f

@ -68,6 +68,7 @@ helm install [CHART]
### Options ### Options
``` ```
--annotations stringArray set release annotations (can specify multiple or separate values with commas: key1=val1,key2=val2)
--ca-file string verify certificates of HTTPS-enabled servers using this CA bundle --ca-file string verify certificates of HTTPS-enabled servers using this CA bundle
--cert-file string identify HTTPS client using this SSL certificate file --cert-file string identify HTTPS client using this SSL certificate file
--devel use development versions, too. Equivalent to version '>0.0.0-a'. If --version is set, this is ignored. --devel use development versions, too. Equivalent to version '>0.0.0-a'. If --version is set, this is ignored.
@ -106,4 +107,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 23-Jun-2017 ###### Auto generated by spf13/cobra on 12-Jul-2017

@ -36,6 +36,7 @@ helm upgrade [RELEASE] [CHART]
### Options ### Options
``` ```
--annotations stringArray set release annotations (can specify multiple or separate values with commas: key1=val1,key2=val2)
--ca-file string verify certificates of HTTPS-enabled servers using this CA bundle --ca-file string verify certificates of HTTPS-enabled servers using this CA bundle
--cert-file string identify HTTPS client using this SSL certificate file --cert-file string identify HTTPS client using this SSL certificate file
--devel use development versions, too. Equivalent to version '>0.0.0-a'. If --version is set, this is ignored. --devel use development versions, too. Equivalent to version '>0.0.0-a'. If --version is set, this is ignored.
@ -76,4 +77,4 @@ helm upgrade [RELEASE] [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 23-Jun-2017 ###### Auto generated by spf13/cobra on 12-Jul-2017

Loading…
Cancel
Save