mirror of
https://github.com/helm/helm.git
synced 2026-08-09 01:21:20 +00:00
remove metadata output on helm template
Signed-off-by: bennsimon <bennsimonotieno@gmail.com>
This commit is contained in:
@@ -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{}{
|
||||
|
||||
Reference in New Issue
Block a user