Remove function which is no longer used

Signed-off-by: James Payne <jamoflaw@gmail.com>
pull/30774/head
James Payne 5 months ago
parent f63856aa4a
commit 7206b510f9

@ -87,8 +87,6 @@ func copyValues(vals map[string]interface{}) (Values, error) {
return valsCopy, nil
}
type printFn func(format string, v ...interface{})
// coalesce coalesces the dest values and the chart values, giving priority to the dest values.
//
// This is a helper function for CoalesceValues and MergeValues.

Loading…
Cancel
Save