Skip to content

Commit 62e00e5

Browse files
committed
fix: restore manifests Make target
Signed-off-by: Fred Rolland <[email protected]>
1 parent d1bfd5e commit 62e00e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ clean: ## clean files
122122

123123
.PHONY: manifests
124124
manifests: controller-gen ## Generate WebhookConfiguration, ClusterRole and CustomResourceDefinition objects.
125+
$(CONTROLLER_GEN) rbac:roleName=manager-role crd webhook paths="./..." output:crd:artifacts:config=config/crd/bases
125126

126127
.PHONY: generate
127128
generate: controller-gen ## Generate code containing DeepCopy, DeepCopyInto, and DeepCopyObject method implementations.

0 commit comments

Comments
 (0)