Skip to content

Commit c9b33d6

Browse files
authored
Merge pull request #3755 from go-bai/fix-raising-events-page
📖 Fix typo in raising-events.md from rule.yaml to role.yaml
2 parents 5f01b37 + 4d3147a commit c9b33d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/reference/raising-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ You must also grant the RBAC rules permissions to allow your project to create E
104104
func (r *MyKindReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error) {
105105
```
106106
107-
And then, run `$ make manifests` to update the rules under `config/rbac/rule.yaml`.
107+
And then, run `$ make manifests` to update the rules under `config/rbac/role.yaml`.
108108
109109
[Events]: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#events
110110
[Event-Example]: https://github.com/kubernetes/api/blob/6c11c9e4685cc62e4ddc8d4aaa824c46150c9148/core/v1/types.go#L6019-L6024

0 commit comments

Comments
 (0)