Skip to content

Commit

Permalink
Add MinIOJob Resource grants to Operator cluster role (#1982)
Browse files Browse the repository at this point in the history
Signed-off-by: pjuarezd <pjuarezd@users.noreply.github.com>
  • Loading branch information
pjuarezd committed Feb 13, 2024
1 parent 22d4612 commit acd94bf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions helm/operator/templates/operator-clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ kind: ClusterRole
metadata:
name: minio-operator-role
rules:
- apiGroups:
- "job.min.io"
resources:
- miniojobs
verbs:
- list
- get
- update
- delete
- watch
- apiGroups:
- "apiextensions.k8s.io"
resources:
Expand Down

0 comments on commit acd94bf

Please sign in to comment.