From f6c70a2cf6db104a15dda5fd49dbbefd45486025 Mon Sep 17 00:00:00 2001 From: antyagi Date: Sat, 7 Mar 2026 16:16:00 +0530 Subject: [PATCH] fix issue with go lint Signed-off-by: antyagi --- pkg/chart/common/util/coalesce.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/chart/common/util/coalesce.go b/pkg/chart/common/util/coalesce.go index 8d30b3afb..b89578f4b 100644 --- a/pkg/chart/common/util/coalesce.go +++ b/pkg/chart/common/util/coalesce.go @@ -199,7 +199,6 @@ func coalesceGlobals(printf printFn, dest, src map[string]any, prefix string, _ return nil } - // coalesceValues builds up a values map for a particular chart. // // Values in v will override the values in the chart.