Skip to content

Commit

Permalink
fix: remove unused RBAC permission for workspace create/delete (#124)
Browse files Browse the repository at this point in the history
Co-authored-by: guofei <[email protected]>
  • Loading branch information
Fei-Guo and Fei-Guo committed Nov 2, 2023
1 parent 413de7a commit 0a5a9a2
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 0a5a9a2

Please sign in to comment.