fix(chartutil): do not set helpers.tpl filetype for vim

Helpers filetype is not mustache

Signed-off-by: Adam Reese <adam@reese.io>
pull/8306/head
Adam Reese 4 years ago
parent 88a3d6eaea
commit aa03319669
No known key found for this signature in database
GPG Key ID: 06F35E60A7A18DD6

@ -386,8 +386,7 @@ const defaultNotes = `1. Get the application URL by running these commands:
{{- end }}
`
const defaultHelpers = `{{/* vim: set filetype=mustache: */}}
{{/*
const defaultHelpers = `{{/*
Expand the name of the chart.
*/}}
{{- define "<CHARTNAME>.name" -}}

Loading…
Cancel
Save