Skip to content

Commit afbb6a6

Browse files
cmendiblejoelanford
authored andcommitted
updated description when using cluster-scoped flag (#1190)
* updated description when using cluster-scoped flag When using ` cluster-scoped` flag, in the file `deploy/role_binding.yaml` CluserRole is used instead of Role * Improved the documentation Changed from: Use `ClusterRole` instead of `Role` to Use `ClusterRole` instead of `Role` for roleRef
1 parent d2b919a commit afbb6a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/user-guide.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ Using `--cluster-scoped` will scaffold the new operator with the following modif
6161
* `deploy/role.yaml` - Use `ClusterRole` instead of `Role`
6262
* `deploy/role_binding.yaml`:
6363
* Use `ClusterRoleBinding` instead of `RoleBinding`
64+
* Use `ClusterRole` instead of `Role` for roleRef
6465
* Set the subject namespace to `REPLACE_NAMESPACE`. This must be changed to the namespace in which the operator is deployed.
6566

6667
### Manager

0 commit comments

Comments
 (0)