Merge pull request #726 from technosophos/fix/lint-style

fix(style): fixed minor style issues
pull/723/head
Matt Butcher 9 years ago
commit 98a309a893

@ -30,7 +30,7 @@ func init() {
RootCommand.AddCommand(lintCommand)
}
var errLintNoChart = errors.New("no chart found for linting (missing Chart.yaml).")
var errLintNoChart = errors.New("no chart found for linting (missing Chart.yaml)")
func lintCmd(cmd *cobra.Command, args []string) error {
path := "."

@ -61,6 +61,7 @@ func (i *Installer) Install(verbose, createNS bool) error {
return kube.New(nil).Create(i.Tiller["Namespace"].(string), &b)
}
// NamespaceYAML is the installation for a namespace.
const NamespaceYAML = `
---{{$namespace := default "helm" .Tiller.Namespace}}
apiVersion: v1

Loading…
Cancel
Save