Merge pull request #31285 from bennsimon/remove-metadata-output-helm-template

fix: remove leftover debugging line that outputs invalid YAML for helm template command
pull/31287/head
Scott Rigby 1 week ago committed by GitHub
commit 78309b3d45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -473,7 +473,6 @@ func recAllTpls(c ci.Charter, templates map[string]renderable, values common.Val
slog.Error("error accessing chart", "error", err)
}
chartMetaData := accessor.MetadataAsMap()
fmt.Printf("metadata: %v\n", chartMetaData)
chartMetaData["IsRoot"] = accessor.IsRoot()
next := map[string]interface{}{

Loading…
Cancel
Save