Skip to content

Commit

Permalink
Remove Get verb from Orchestrator Explorer RBAC (#686)
Browse files Browse the repository at this point in the history
* Remove Get verb from Orchestrator Explorer RBAC

* Fix test
  • Loading branch information
levan-m authored and khewonc committed Jan 20, 2023
1 parent 3172311 commit 4f0d5e9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion controllers/datadogagent/orchestrator.go
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ func buildOrchestratorExplorerRBAC(dda *datadoghqv1alpha1.DatadogAgent, name, ve
Resources: []string{rbac.VPAResource},
Verbs: []string{
rbac.ListVerb,
rbac.GetVerb,
rbac.WatchVerb,
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,4 @@ rules:
- verticalpodautoscalers
verbs:
- list
- get
- watch

0 comments on commit 4f0d5e9

Please sign in to comment.