Skip to content

Commit 1616ded

Browse files
astefanuttiopenshift-merge-robot
authored andcommitted
Use Kustomize to bundle MCAD CRDs
1 parent c48d12c commit 1616ded

6 files changed

+3
-7717
lines changed

Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -248,9 +248,3 @@ catalog-push: ## Push a catalog image.
248248
.PHONY: test-unit
249249
test-unit: manifests generate fmt vet envtest ## Run tests.
250250
KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) --bin-dir $(LOCALBIN) -p path)" go test ./... -coverprofile cover.out
251-
252-
.PHONY: sync-crd
253-
sync-crd:
254-
curl -L -o bundle/manifests/mcad.ibm.com_appwrappers.yaml https://github.com/raw/project-codeflare/multi-cluster-app-dispatcher/main/config/crd/bases/mcad.ibm.com_appwrappers.yaml
255-
curl -L -o bundle/manifests/mcad.ibm.com_queuejobs.yaml https://github.com/raw/project-codeflare/multi-cluster-app-dispatcher/main/config/crd/bases/mcad.ibm.com_queuejobs.yaml
256-
curl -L -o bundle/manifests/mcad.ibm.com_schedulingspecs.yaml https://github.com/raw/project-codeflare/multi-cluster-app-dispatcher/main/config/crd/bases/mcad.ibm.com_schedulingspecs.yaml

0 commit comments

Comments
 (0)