|
|
@ -55,11 +55,7 @@ func Templates(linter *support.Linter, values map[string]interface{}, namespace
|
|
|
|
// Load chart and parse templates
|
|
|
|
// Load chart and parse templates
|
|
|
|
chart, err := loader.Load(linter.ChartDir)
|
|
|
|
chart, err := loader.Load(linter.ChartDir)
|
|
|
|
|
|
|
|
|
|
|
|
chartLoaded := linter.RunLinterRule(support.ErrorSev, fpath, err)
|
|
|
|
linter.RunLinterRule(support.ErrorSev, fpath, err)
|
|
|
|
|
|
|
|
|
|
|
|
if !chartLoaded {
|
|
|
|
|
|
|
|
return
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
options := chartutil.ReleaseOptions{
|
|
|
|
options := chartutil.ReleaseOptions{
|
|
|
|
Name: "test-release",
|
|
|
|
Name: "test-release",
|
|
|
|