Commit cca47053 authored by Matt Butcher's avatar Matt Butcher

fix(style): fixed minor style issues

parent dde6bb37
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment