Uninstall order fix for List modes

The order if uninstallation is now the reverse order of installation

Signed-off-by: Sebastian Ospina <kraige@gmail.com>
Signed-off-by: Sebastian Ospina <sebastian.ospina@irdeto.com>
pull/5268/head
Sebastian Ospina 6 years ago committed by Sebastian Ospina
parent 15dadd9d5d
commit 6d45ffab82

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

Loading…
Cancel
Save