Skip to content

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Aug 6, 2024
1 parent 7316616 commit e9f002d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions hack/scripts/import-crds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit e9f002d

Please sign in to comment.