Skip to content

Commit

Permalink
fix: remove unused RBAC permission for workspace create/delete
Browse files Browse the repository at this point in the history
  • Loading branch information
Fei-Guo committed Nov 1, 2023
1 parent 413de7a commit e09a503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kaito/workspace/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
rules:
- apiGroups: ["kaito.sh"]
resources: ["workspaces"]
verbs: ["create", "delete", "update", "patch","get","list","watch"]
verbs: ["update", "patch","get","list","watch"]
- apiGroups: ["kaito.sh"]
resources: ["workspaces/status"]
verbs: ["update", "patch","get","list","watch"]
Expand Down

0 comments on commit e09a503

Please sign in to comment.