Skip to content

Commit

Permalink
Use Kustomize to bundle MCAD CRDs
Browse files Browse the repository at this point in the history
  • Loading branch information
astefanutti authored and openshift-merge-robot committed Jun 5, 2023
1 parent c48d12c commit 1616ded
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 7,717 deletions.
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,3 @@ catalog-push: ## Push a catalog image.
.PHONY: test-unit
test-unit: manifests generate fmt vet envtest ## Run tests.
KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) --bin-dir $(LOCALBIN) -p path)" go test ./... -coverprofile cover.out

.PHONY: sync-crd
sync-crd:
curl -L -o bundle/manifests/mcad.ibm.com_appwrappers.yaml https://raw.githubusercontent.com/project-codeflare/multi-cluster-app-dispatcher/main/config/crd/bases/mcad.ibm.com_appwrappers.yaml
curl -L -o bundle/manifests/mcad.ibm.com_queuejobs.yaml https://raw.githubusercontent.com/project-codeflare/multi-cluster-app-dispatcher/main/config/crd/bases/mcad.ibm.com_queuejobs.yaml
curl -L -o bundle/manifests/mcad.ibm.com_schedulingspecs.yaml https://raw.githubusercontent.com/project-codeflare/multi-cluster-app-dispatcher/main/config/crd/bases/mcad.ibm.com_schedulingspecs.yaml
Loading

0 comments on commit 1616ded

Please sign in to comment.