Skip to content

Commit

Permalink
Remove list and watch secret in controller ClusterRole since it is no…
Browse files Browse the repository at this point in the history
…t used

Signed-off-by: mevrin <[email protected]>
  • Loading branch information
lekaf974 committed May 7, 2024
1 parent 85cc961 commit 6920f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/helm/chart/volcano/templates/controllers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ rules:
verbs: ["get", "list", "watch", "create", "delete", "update"]
- apiGroups: [""]
resources: ["secrets"]
verbs: ["get", "list", "watch", "create", "delete", "update"]
verbs: ["get", "create", "delete", "update"]
- apiGroups: ["scheduling.incubator.k8s.io", "scheduling.volcano.sh"]
resources: ["podgroups", "queues", "queues/status"]
verbs: ["get", "list", "watch", "create", "delete", "update"]
Expand Down

0 comments on commit 6920f5c

Please sign in to comment.