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 b087932
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/charts/arcadia/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: arcadia
description: A Helm chart(Also a KubeBB Component) for KubeAGI Arcadia
type: application
version: 0.3.29
version: 0.3.30
appVersion: "0.2.1"

keywords:
Expand Down
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 b087932

Please sign in to comment.