From 18cc6071002468e3dcac6e46a33e116e093b66b3 Mon Sep 17 00:00:00 2001 From: James Payne Date: Thu, 30 Mar 2023 22:11:11 +0100 Subject: [PATCH] Fix whitespace issues reported by gofmt Signed-off-by: James Payne --- pkg/chartutil/coalesce.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/chartutil/coalesce.go b/pkg/chartutil/coalesce.go index 1aa10be75..25ced5985 100644 --- a/pkg/chartutil/coalesce.go +++ b/pkg/chartutil/coalesce.go @@ -39,7 +39,9 @@ func concatPrefix(a, b string) string { // // - Values in a higher level chart always override values in a lower-level // dependency chart +// // - Scalar values and arrays are replaced, maps are merged +// // - A chart has access to all of the variables for it, as well as all of // the values destined for its dependencies. //