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.
1 parent 5a956f4 commit 4abca0aCopy full SHA for 4abca0a
docs/book/src/getting-started.md
@@ -385,7 +385,7 @@ how it is implemented in our example:
385
// +kubebuilder:rbac:groups=core,resources=pods,verbs=get;list;watch
386
```
387
388
-After making changes to the controller, run the make generate command. This will prompt [controller-gen][controller-gen]
+After making changes to the controller, run the make manifests command. This will prompt [controller-gen][controller-gen]
389
to refresh the files located under `config/rbac`.
390
391
<details><summary><code>config/rbac/role.yaml</code>: Our RBAC Role generated </summary>
0 commit comments