Skip to content

Commit 4c44dc1

Browse files
author
Kate Osborn
committed
Remove makefile change
1 parent 70626b0 commit 4c44dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ generate: ## Run go generate
100100

101101
.PHONY: generate-crds
102102
generate-crds: ## Generate CRDs and Go types using kubebuilder
103-
go run sigs.k8s.io/controller-tools/cmd/controller-gen crd object paths=./apis/v1alpha1 output:crd:artifacts:config=config/crd/bases
103+
go run sigs.k8s.io/controller-tools/cmd/controller-gen crd object paths=./apis/... output:crd:artifacts:config=config/crd/bases
104104

105105
.PHONY: generate-manifests
106106
generate-manifests: ## Generate manifests using Helm.

0 commit comments

Comments
 (0)