From 566e75a415ddc421bf9ac6c25c8e9fb91edb02d4 Mon Sep 17 00:00:00 2001 From: Rajat Jindal Date: Wed, 15 Nov 2017 01:19:34 -0800 Subject: [PATCH] add --output-dir to documentation --- docs/helm/helm_template.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/helm/helm_template.md b/docs/helm/helm_template.md index 46c4f9ca1..983652dba 100644 --- a/docs/helm/helm_template.md +++ b/docs/helm/helm_template.md @@ -31,6 +31,7 @@ helm template [flags] CHART --name-template string specify template used to name the release --namespace string namespace to install the release into --notes show the computed NOTES.txt file as well + --output-dir string writes the executed templates to files in output-dir instead of stdout --set stringArray set values on the command line (can specify multiple or separate values with commas: key1=val1,key2=val2) -f, --values valueFiles specify values in a YAML file (can specify multiple) (default []) ``` @@ -49,4 +50,4 @@ helm template [flags] CHART ### SEE ALSO * [helm](helm.md) - The Helm package manager for Kubernetes. -###### Auto generated by spf13/cobra on 7-Nov-2017 +###### Auto generated by spf13/cobra on 15-Nov-2017