diff --git a/hack/scripts/import-crds.sh b/hack/scripts/import-crds.sh index 561803ac1..f34729d6d 100755 --- a/hack/scripts/import-crds.sh +++ b/hack/scripts/import-crds.sh @@ -84,11 +84,6 @@ if [ "$update_kubedb_crds" = true ] && [ -d ${crd_dir} ]; then --input=${crd_dir} \ --out=. --output-yaml=crds/kubedb-catalog-crds.yaml \ --group=catalog.kubedb.com - - crd-importer \ - --input=${crd_dir} \ - --out=./charts/kubedb-webhook-server/crds \ - --gk=Postgres.kubedb.com fi KEDACORE_HTTP_ADD_ON_TAG=${KEDACORE_HTTP_ADD_ON_TAG:-v0.8.0}