Skip to content

Commit

Permalink
Merge pull request #6 from SAP/update-permission-in-cluster-role
Browse files Browse the repository at this point in the history
update cluster role permission
  • Loading branch information
Fasee-khan authored Nov 6, 2023
2 parents 13268e8 + 1d0d267 commit 5fab154
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions chart/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@ rules:
- list
- update
- watch
- apiGroups:
- ""
resources:
- events
verbs:
- create
- patch
- apiGroups:
- ""
resources:
Expand Down Expand Up @@ -126,6 +133,7 @@ rules:
- get
- list
- watch
- update
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
Expand Down

0 comments on commit 5fab154

Please sign in to comment.