fix: removed inaccurate comment (#7937)

Signed-off-by: Matt Butcher <matt.butcher@microsoft.com>
pull/7867/merge
Matt Butcher 4 years ago committed by GitHub
parent 21d2aa7f2b
commit 853ba2de16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -35,8 +35,6 @@ import (
// - A chart has access to all of the variables for it, as well as all of
// the values destined for its dependencies.
func CoalesceValues(chrt *chart.Chart, vals map[string]interface{}) (Values, error) {
// create a copy of vals and then pass it to coalesce
// and coalesceDeps, as both will mutate the passed values
v, err := copystructure.Copy(vals)
if err != nil {
return vals, err

Loading…
Cancel
Save