From 223148dac984e2c88018d32b54bef6b318af3761 Mon Sep 17 00:00:00 2001 From: Sunyk Date: Tue, 19 Mar 2019 14:04:17 +0800 Subject: [PATCH] Remove a trivial TODO comment Signed-off-by: Sunyk --- pkg/action/install.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/action/install.go b/pkg/action/install.go index 163ac40e4..66359af5d 100644 --- a/pkg/action/install.go +++ b/pkg/action/install.go @@ -329,7 +329,6 @@ func (i *Install) renderResources(ch *chart.Chart, values chartutil.Values, vs c // Sort hooks, manifests, and partials. Only hooks and manifests are returned, // as partials are not used after renderer.Render. Empty manifests are also // removed here. - // TODO: Can we migrate SortManifests out of pkg/tiller? hooks, manifests, err := releaseutil.SortManifests(files, vs, releaseutil.InstallOrder) if err != nil { // By catching parse errors here, we can prevent bogus releases from going