Skip to content

Commit

Permalink
fix: role-teamplate is missing deletecolleciton permission
Browse files Browse the repository at this point in the history
  • Loading branch information
0xff-dev committed Apr 8, 2024
1 parent e4f56bf commit 08ad922
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 08ad922

Please sign in to comment.