Skip to content

Commit

Permalink
Add NodeTopology crd to autoscaler chart (#757)
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha authored Dec 27, 2023
1 parent 94eb94f commit 0741090
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hack/scripts/import-crds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ crd-importer \
--input=https://github.com/kubestash/apimachinery/raw/master/crds/addons.kubestash.com_functions.yaml \
--out=./charts/kubedb-kubestash-catalog/crds

crd-importer \
--input=https://github.com/kmodules/resource-metadata/raw/v0.17.44/crds/node.k8s.appscode.com_nodetopologies.yaml \
--out=./charts/kubedb-autoscaler/crds

crd-importer \
--input=https://github.com/kmodules/custom-resources/raw/v0.25.1/crds/metrics.appscode.com_metricsconfigurations.yaml \
--out=./charts/kubedb-metrics/crds
Expand Down

0 comments on commit 0741090

Please sign in to comment.