RockteMQ-AI commented on issue #107:
URL: 
https://github.com/apache/rocketmq-operator/issues/107#issuecomment-5259923054

   **Issue Evaluation**
   
   Category: `bug` | Status: **Confirmed**
   
   This is a valid bug — the `role.yaml` and `role_binding.yaml` have 
mismatched names:
   - `role.yaml` defines `ClusterRole` named `manager-role`
   - `role_binding.yaml` references `ClusterRole` named `rocketmq-operator`
   
   Additionally, the `ClusterRole` is missing permissions for `configmaps` and 
other resources the operator needs.
   
   **Fix:** Align the names and add the missing permissions to the 
`ClusterRole`.
   
   ---
   *Automated evaluation by github-manager*


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to