Skip to content

Commit c6e209a

Browse files
cmendiblejoelanford
authored andcommitted
updated description when using cluster-scoped flag (ansible & helm) (#1209)
* updated description when using cluster-scoped flag * updated description when using cluster-scoped flag
1 parent afbb6a6 commit c6e209a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

doc/ansible/user-guide.md

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

7273
### Watches file

doc/helm/user-guide.md

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

9596
## Customize the operator logic

0 commit comments

Comments
 (0)