Skip to content

Commit

Permalink
stop requesting permissions on jobs
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Léobal <[email protected]>
  • Loading branch information
oleobal committed Aug 14, 2023
1 parent 8c6c66b commit 312b4d9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions charts/substra-backend/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ rules:
- apiGroups: [""]
resources: ["pods", "pods/exec"]
verbs: ["get", "list", "watch", "create", "update", "patch", "delete"]
- apiGroups: ["batch"]
resources: ["jobs"]
verbs: ["get", "list", "watch", "create", "update", "patch", "delete"]
- apiGroups: [""]
resources: ["services"]
verbs: ["get"]
Expand Down

0 comments on commit 312b4d9

Please sign in to comment.