File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ Using `--cluster-scoped` will scaffold the new operator with the following modif
67
67
* ` deploy/role.yaml ` - Use ` ClusterRole ` instead of ` Role `
68
68
* ` deploy/role_binding.yaml ` :
69
69
* Use ` ClusterRoleBinding ` instead of ` RoleBinding `
70
+ * Use ` ClusterRole ` instead of ` Role ` for roleRef
70
71
* Set the subject namespace to ` REPLACE_NAMESPACE ` . This must be changed to the namespace in which the operator is deployed.
71
72
72
73
### Watches file
Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ Using `--cluster-scoped` will scaffold the new operator with the following modif
90
90
* ` deploy/role.yaml ` - Use ` ClusterRole ` instead of ` Role `
91
91
* ` deploy/role_binding.yaml ` :
92
92
* Use ` ClusterRoleBinding ` instead of ` RoleBinding `
93
+ * Use ` ClusterRole ` instead of ` Role ` for roleRef
93
94
* Set the subject namespace to ` REPLACE_NAMESPACE ` . This must be changed to the namespace in which the operator is deployed.
94
95
95
96
## Customize the operator logic
You can’t perform that action at this time.
0 commit comments