We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f01b37 + 4d3147a commit c9b33d6Copy full SHA for c9b33d6
docs/book/src/reference/raising-events.md
@@ -104,7 +104,7 @@ You must also grant the RBAC rules permissions to allow your project to create E
104
func (r *MyKindReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error) {
105
```
106
107
-And then, run `$ make manifests` to update the rules under `config/rbac/rule.yaml`.
+And then, run `$ make manifests` to update the rules under `config/rbac/role.yaml`.
108
109
[Events]: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#events
110
[Event-Example]: https://github.com/kubernetes/api/blob/6c11c9e4685cc62e4ddc8d4aaa824c46150c9148/core/v1/types.go#L6019-L6024
0 commit comments