Skip to content

Commit 30a482d

Browse files
committed
fix: helm crd
1 parent 7626b2d commit 30a482d

8 files changed

+1
-2911
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ help: ## Display this help.
4646
.PHONY: manifests
4747
manifests: controller-gen ## Generate WebhookConfiguration, ClusterRole and CustomResourceDefinition objects.
4848
$(CONTROLLER_GEN) rbac:roleName=manager-role crd webhook paths="./..." output:crd:artifacts:config=config/crd/bases && \
49-
cp -r config/crd/bases/ ./charts/tensor-fusion/crds/
49+
cp -r config/crd/bases/* ./charts/tensor-fusion/crds/
5050

5151
.PHONY: generate
5252
generate: controller-gen ## Generate code containing DeepCopy, DeepCopyInto, and DeepCopyObject method implementations.

charts/tensor-fusion/crds/bases/tensor-fusion.ai_gpunodeclasses.yaml

Lines changed: 0 additions & 171 deletions
This file was deleted.

0 commit comments

Comments
 (0)