Skip to content

Commit

Permalink
drop registration-service.yaml from registration-service repo (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatousJobanek authored Sep 11, 2024
1 parent 3b27dcf commit 94e42f4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions make/generate.mk
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ LOCAL_GOPATH=`$(GO) env GOPATH`

.PHONY: generate
## Generate deepcopy, openapi and CRD files after the API was modified
generate: generate-deepcopy-and-crds generate-openapi gen-crd-ref-docs dispatch-crds copy-reg-service-template
generate: generate-deepcopy-and-crds generate-openapi gen-crd-ref-docs dispatch-crds

.PHONY: generate-deepcopy-and-crds
generate-deepcopy-and-crds: remove-config controller-gen
Expand Down Expand Up @@ -118,11 +118,6 @@ dispatch-crds: prepare-host-operator prepare-member-operator
fi
@echo "Dispatch successfuly finished \o/"

.PHONY: copy-reg-service-template
copy-reg-service-template:
cp ../registration-service/deploy/registration-service.yaml ../host-operator/deploy/registration-service/registration-service.yaml


CONTROLLER_GEN = $(PROJECT_DIR)/bin/controller-gen
controller-gen: ## Download controller-gen locally if necessary.
GOBIN=$(PROJECT_DIR)/bin $(GO) install sigs.k8s.io/controller-tools/cmd/controller-gen
Expand Down

0 comments on commit 94e42f4

Please sign in to comment.