Skip to content

Commit 4abca0a

Browse files
committed
Fix: correct make command for updating RBAC to 'make manifests'
1 parent 5a956f4 commit 4abca0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ how it is implemented in our example:
385385
// +kubebuilder:rbac:groups=core,resources=pods,verbs=get;list;watch
386386
```
387387
388-
After making changes to the controller, run the make generate command. This will prompt [controller-gen][controller-gen]
388+
After making changes to the controller, run the make manifests command. This will prompt [controller-gen][controller-gen]
389389
to refresh the files located under `config/rbac`.
390390
391391
<details><summary><code>config/rbac/role.yaml</code>: Our RBAC Role generated </summary>

0 commit comments

Comments
 (0)