From e9f002d401c7d0f1673bef89821880d6e8cf02fb Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Mon, 5 Aug 2024 23:56:39 -0700 Subject: [PATCH] Fix script Signed-off-by: Tamal Saha --- hack/scripts/import-crds.sh | 5 ----- 1 file changed, 5 deletions(-) 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}