Skip to content

Commit

Permalink
update cluster role
Browse files Browse the repository at this point in the history
  • Loading branch information
guozhi.li committed Mar 5, 2024
1 parent c22bfbb commit fb5a12d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
11 changes: 1 addition & 10 deletions helm/operator/templates/operator-clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,6 @@ 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 Expand Up @@ -151,6 +141,7 @@ rules:
- apiGroups:
- minio.min.io
- sts.min.io
- job.min.io
resources:
- "*"
verbs:
Expand Down
11 changes: 1 addition & 10 deletions resources/base/cluster-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,6 @@ 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 Expand Up @@ -150,6 +140,7 @@ rules:
- apiGroups:
- minio.min.io
- sts.min.io
- job.min.io
resources:
- "*"
verbs:
Expand Down

0 comments on commit fb5a12d

Please sign in to comment.