Merge pull request #5236 from Lentil1016/migrate-sort-manifest

Refactor: migrate SortManifests and its test case to releaseutil
pull/5283/head
Matthew Fisher 6 years ago committed by GitHub
commit a8d73ff2e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save