Skip to content

Commit 6270a80

Browse files
committed
Address PR comments
Signed-off-by: Ernest Wong <[email protected]>
1 parent ffc1c36 commit 6270a80

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
@@ -96,7 +96,7 @@ help: ## Display this help.
9696
##@ Development
9797

9898
.PHONY: manifests
99-
manifests: controller-gen ## Generate WebhookConfiguration, ClusterRole and CustomResourceDefinition objects.
99+
manifests: controller-gen ## Generate WebhookConfiguration, RBAC and CustomResourceDefinition objects.
100100
$(CONTROLLER_GEN) rbac:roleName=manager-role crd webhook paths="./..." output:crd:artifacts:config=config/crd/bases
101101

102102
.PHONY: generate

0 commit comments

Comments
 (0)