Skip to content

Commit f2785d4

Browse files
authored
typo correction
1 parent e904181 commit f2785d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/beyond_basics/controller_watches.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ correct RBAC rules are in place and informers have been started.
6868

6969
```go
7070
// Annotation to generate RBAC roles to watch and update Pods
71-
// +kubebuilder:rbac:groups="",resources=pods,verbs=get;watch;list,create,update,delete
71+
// +kubebuilder:rbac:groups="",resources=pods,verbs=get;watch;list;create;update;delete
7272
```
7373

7474
{% sample lang="go" %}

0 commit comments

Comments
 (0)