Skip to content

Commit

Permalink
Merge pull request #63 from chenkaiyue/update-role-finalizers
Browse files Browse the repository at this point in the history
Add finalizers role for node and tsp
  • Loading branch information
qmhu authored Jun 13, 2022
2 parents 982e43c + b945363 commit 87a706e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/crane/templates/crane-agent-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ rules:
resources:
- nodes
- nodes/status
- nodes/finalizers
verbs:
- get
- list
Expand Down Expand Up @@ -79,6 +80,7 @@ rules:
- "prediction.crane.io"
resources:
- timeseriespredictions
- timeseriespredictions/finalizers
verbs:
- get
- list
Expand Down

0 comments on commit 87a706e

Please sign in to comment.