Skip to content

Commit

Permalink
appstudio: adds deletecollection verb to components and applications (#…
Browse files Browse the repository at this point in the history
…780)

Signed-off-by: Stephanie <[email protected]>
  • Loading branch information
yangcao77 authored Aug 16, 2023
1 parent 195a7e8 commit 0ce643d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsupport/tiers/checks.go
Original file line number Diff line number Diff line change
Expand Up @@ -1471,7 +1471,7 @@ func appstudioUserActionsRole() spaceRoleObjectsCheck {
{
APIGroups: []string{"appstudio.redhat.com"},
Resources: []string{"applications", "components", "componentdetectionqueries"},
Verbs: []string{"get", "list", "watch", "create", "update", "patch", "delete"},
Verbs: []string{"get", "list", "watch", "create", "update", "patch", "delete", "deletecollection"},
},
{
APIGroups: []string{"appstudio.redhat.com"},
Expand Down

0 comments on commit 0ce643d

Please sign in to comment.