Skip to content

Commit

Permalink
fix: add missing roles in chart (Mellanox#648)
Browse files Browse the repository at this point in the history
sriov network operator config daemon
requires access to events.
  • Loading branch information
rollandf committed Oct 20, 2023
2 parents 02c38ec + c5d54d8 commit 053bc17
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,13 @@ rules:
- 'leases'
verbs:
- '*'
- apiGroups:
- ""
resources:
- events
verbs:
- create
- patch
---
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
Expand Down

0 comments on commit 053bc17

Please sign in to comment.