diff --git a/pkg/gvk/gvk.go b/pkg/gvk/gvk.go index d9e3d4424..d4cab2f03 100644 --- a/pkg/gvk/gvk.go +++ b/pkg/gvk/gvk.go @@ -70,6 +70,7 @@ func (x Gvk) Equals(o Gvk) bool { // In some cases order just specified to provide determinism. var order = []string{ "Namespace", + "StorageClass", "CustomResourceDefinition", "ServiceAccount", "Role",