diff --git a/pkg/apis/certmanager/install/install.go b/pkg/apis/certmanager/install/install.go index 8c6b10154..108da0e89 100644 --- a/pkg/apis/certmanager/install/install.go +++ b/pkg/apis/certmanager/install/install.go @@ -30,7 +30,6 @@ func Install(groupFactoryRegistry announced.APIGroupFactoryRegistry, registry *r &announced.GroupMetaFactoryArgs{ GroupName: certmanager.GroupName, VersionPreferenceOrder: []string{v1alpha1.SchemeGroupVersion.Version}, - ImportPrefix: "github.com/jetstack-experimental/cert-manager/pkg/apis/certmanager", }, announced.VersionToSchemeFunc{ v1alpha1.SchemeGroupVersion.Version: v1alpha1.AddToScheme,