Skip to content

Commit

Permalink
Add pod deletecollection permission to interpreter role
Browse files Browse the repository at this point in the history
Signed-off-by: Yi Chen <[email protected]>
  • Loading branch information
ChenYi015 committed Nov 29, 2024
1 parent 0ce9d5e commit 57bf578
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions charts/zeppelin/templates/interpreter/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,17 @@ rules:
- ""
resources:
- pods
verbs:
- get
- list
- watch
- create
- update
- delete
- deletecollection
- apiGroups:
- ""
resources:
- configmaps
- services
verbs:
Expand Down

0 comments on commit 57bf578

Please sign in to comment.