Skip to content

Commit bffef41

Browse files
authored
Update controller-gen.bzl
1 parent bf2a595 commit bffef41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller-gen/controller-gen.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ _controller_gen_rbac = rule(
201201

202202
_controller_gen_webhook = rule(
203203
implementation = _controller_gen_webhook_impl,
204-
attrs = _webhook_extra_args(),
204+
attrs = _webhook_extra_attrs(),
205205
toolchains = _toolchains(),
206206
doc = "Run the webhook generating portion of controller-gen. " +
207207
"The output directory will be the name of the rule.",

0 commit comments

Comments
 (0)