Merge pull request #5888 from andytom/docs/remove_old_flag

Remove mention of the execute flag
This commit is contained in:
Matthew Fisher 2019-06-13 10:06:22 -07:00 committed by GitHub
commit c35dbb7aab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {