From e48f4cb28844a8764205f275c369456400a96dee Mon Sep 17 00:00:00 2001 From: KangManJoo Date: Wed, 2 Oct 2024 03:32:07 +0900 Subject: [PATCH] chore: delete unused variable Signed-off-by: KangManJoo --- util/helm/cmd.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/util/helm/cmd.go b/util/helm/cmd.go index 81e7dd0c6dcc4..ea1eb3f3fe5b8 100644 --- a/util/helm/cmd.go +++ b/util/helm/cmd.go @@ -342,8 +342,6 @@ type TemplateOpts struct { SkipCrds bool } -var re = regexp.MustCompile(`([^\\]),`) - func cleanSetParameters(val string) string { // `{}` equal helm list parameters format, so don't escape `,`. if strings.HasPrefix(val, `{`) && strings.HasSuffix(val, `}`) {