Skip to content

Commit

Permalink
Merge pull request #3755 from go-bai/fix-raising-events-page
Browse files Browse the repository at this point in the history
📖 Fix typo in raising-events.md from rule.yaml to role.yaml
  • Loading branch information
k8s-ci-robot committed Jan 27, 2024
2 parents 5f01b37 + 4d3147a commit c9b33d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/src/reference/raising-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ You must also grant the RBAC rules permissions to allow your project to create E
func (r *MyKindReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error) {
```
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`.
[Events]: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#events
[Event-Example]: https://github.com/kubernetes/api/blob/6c11c9e4685cc62e4ddc8d4aaa824c46150c9148/core/v1/types.go#L6019-L6024
Expand Down

0 comments on commit c9b33d6

Please sign in to comment.