UninstallOrder includes List mode for Role, ClusterRole and Bindings

Signed-off-by: Sebastian Ospina <kraige@gmail.com>
Signed-off-by: Seb Ospina <kraige@gmail.com>
pull/5268/head
Seb Ospina 6 years ago
parent 6676a59c0b
commit e1e125eef0

@ -76,9 +76,13 @@ var UninstallOrder SortOrder = []string{
"Pod",
"DaemonSet",
"RoleBinding",
"RoleBindingList",
"Role",
"RoleList",
"ClusterRoleBinding",
"ClusterRoleBindingList",
"ClusterRole",
"ClusterRoleList",
"CustomResourceDefinition",
"ServiceAccount",
"PersistentVolumeClaim",

Loading…
Cancel
Save