Skip to content

Commit

Permalink
Merge pull request #993 from 0xff-dev/add-deletecollection-verb
Browse files Browse the repository at this point in the history
fix: role-teamplate is missing deletecolleciton permission
  • Loading branch information
bjwswang authored Apr 8, 2024
2 parents 6e33c7c + 08ad922 commit 2098415
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions deploy/charts/arcadia/templates/role-templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ spec:
verbs:
- create
- delete
- deletecollection
- get
- list
- patch
Expand Down Expand Up @@ -53,6 +54,7 @@ spec:
verbs:
- create
- delete
- deletecollection
- get
- list
- patch
Expand Down Expand Up @@ -80,6 +82,7 @@ spec:
verbs:
- create
- delete
- deletecollection
- get
- list
- patch
Expand Down Expand Up @@ -110,6 +113,7 @@ spec:
verbs:
- create
- delete
- deletecollection
- get
- list
- patch
Expand Down Expand Up @@ -140,6 +144,7 @@ spec:
verbs:
- create
- delete
- deletecollection
- get
- list
- patch
Expand Down Expand Up @@ -169,6 +174,7 @@ spec:
verbs:
- create
- delete
- deletecollection
- get
- list
- patch
Expand Down Expand Up @@ -196,6 +202,7 @@ spec:
verbs:
- create
- delete
- deletecollection
- get
- list
- patch
Expand All @@ -221,6 +228,7 @@ spec:
verbs:
- create
- delete
- deletecollection
- get
- list
- patch
Expand Down

0 comments on commit 2098415

Please sign in to comment.