diff --git a/pkg/tiller/kind_sorter.go b/pkg/tiller/kind_sorter.go index f08d13569..fbeb75c35 100644 --- a/pkg/tiller/kind_sorter.go +++ b/pkg/tiller/kind_sorter.go @@ -49,12 +49,14 @@ var InstallOrder SortOrder = []string{ "Job", "CronJob", "Ingress", + "APIService", } // UninstallOrder is the order in which manifests should be uninstalled (by Kind). // // Those occurring earlier in the list get uninstalled before those occurring later in the list. var UninstallOrder SortOrder = []string{ + "APIService", "Ingress", "Service", "CronJob",