Skip to content

Commit

Permalink
Merge pull request #5236 from Lentil1016/migrate-sort-manifest
Browse files Browse the repository at this point in the history
Refactor: migrate SortManifests and its test case to releaseutil
  • Loading branch information
Matthew Fisher committed Mar 19, 2019
2 parents c45496b + 223148d commit a8d73ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/action/install.go
Expand Up @@ -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
Expand Down

0 comments on commit a8d73ff

Please sign in to comment.