diff --git a/pkg/tiller/kind_sorter.go b/pkg/tiller/kind_sorter.go index d60af060f..92d050e30 100644 --- a/pkg/tiller/kind_sorter.go +++ b/pkg/tiller/kind_sorter.go @@ -75,14 +75,14 @@ var UninstallOrder SortOrder = []string{ "ReplicationController", "Pod", "DaemonSet", - "RoleBinding", "RoleBindingList", - "Role", + "RoleBinding", "RoleList", - "ClusterRoleBinding", + "Role", "ClusterRoleBindingList", - "ClusterRole", + "ClusterRoleBinding", "ClusterRoleList", + "ClusterRole", "CustomResourceDefinition", "ServiceAccount", "PersistentVolumeClaim",