fix: grant pod mutation verbs in dashboard ClusterRole#296
fix: grant pod mutation verbs in dashboard ClusterRole#296Pragati5-DEBUG wants to merge 1 commit into
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Welcome @Pragati5-DEBUG! It looks like this is your first PR to volcano-sh/dashboard 🎉 |
There was a problem hiding this comment.
Code Review
This pull request updates the RBAC rules in deployment/volcano-dashboard.yaml to include 'create', 'delete', 'update', and 'patch' permissions. There are no review comments, and I have no additional feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Signed-off-by: Pragati <Pragati5-DEBUG@users.noreply.github.com>
7ff31c6 to
449ee19
Compare
Pod delete in UI returns 403 because RBAC only had get/list/watch on pods; jobs got delete in #152 but pods were missed.