From c5a63811b70733d2c323cbe62e118ec0c9cd6bd1 Mon Sep 17 00:00:00 2001 From: Thomas O'Donnell Date: Thu, 13 Jun 2019 18:41:40 +0200 Subject: [PATCH] Remove mention of the execute flag Have removed mention of the execute flag `-x` from the template command. Signed-off-by: Thomas O'Donnell --- cmd/helm/template.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cmd/helm/template.go b/cmd/helm/template.go index aa61d0e43..5d770130c 100644 --- a/cmd/helm/template.go +++ b/cmd/helm/template.go @@ -40,10 +40,6 @@ This does not require Helm. However, any values that would normally be looked up or retrieved in-cluster will be faked locally. Additionally, none of the server-side testing of chart validity (e.g. whether an API is supported) is done. - -To render just one template in a chart, use '-x': - - $ helm template foo mychart -x templates/deployment.yaml ` func newTemplateCmd(out io.Writer) *cobra.Command {