Skip to content

Commit

Permalink
Add RBAC Permissions to Operator for Jobs (minio#1957)
Browse files Browse the repository at this point in the history
  • Loading branch information
cniackz authored Jan 27, 2024
1 parent 0e069f4 commit b193fec
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions resources/base/cluster-role.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 b193fec

Please sign in to comment.