Skip to content

Commit

Permalink
Add rule of elasticjobs/finalizers for the default role. (#1444)
Browse files Browse the repository at this point in the history
* Add rule of elasticjobs/finalizers for  the default role.

* Update default-role.yaml
  • Loading branch information
workingloong authored Jan 20, 2025
1 parent a3905db commit b0fc852
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions go/elasticjob/config/manifests/bases/default-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ rules:
- update
- patch
- delete
- apiGroups:
- elastic.iml.github.io
resources:
- elasticjobs/finalizers
verbs:
- update
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand Down

0 comments on commit b0fc852

Please sign in to comment.