Skip to content

Commit abe8608

Browse files
anishasthanaopenshift-merge-robot
authored andcommitted
Add Make target to sync CRDs
Signed-off-by: Anish Asthana <anishasthana1@gmail.com>
1 parent 5055ae6 commit abe8608

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,3 +248,9 @@ 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://raw.githubusercontent.com/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://raw.githubusercontent.com/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://raw.githubusercontent.com/project-codeflare/multi-cluster-app-dispatcher/main/config/crd/bases/mcad.ibm.com_schedulingspecs.yaml

0 commit comments

Comments
 (0)