From ac5500bcf7f82290e195cb465f862cd9d24d44e9 Mon Sep 17 00:00:00 2001 From: Brandon Willett Date: Thu, 6 May 2021 15:37:50 -0400 Subject: [PATCH] Fix test release name in lint command Signed-off-by: Brandon Willett --- pkg/lint/rules/template.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/lint/rules/template.go b/pkg/lint/rules/template.go index f70c997cf..7ed4655d6 100644 --- a/pkg/lint/rules/template.go +++ b/pkg/lint/rules/template.go @@ -66,7 +66,7 @@ func Templates(linter *support.Linter, values map[string]interface{}, namespace } options := chartutil.ReleaseOptions{ - Name: "test-release", + Name: "RELEASE-NAME", Namespace: namespace, }