Skip to content

Commit

Permalink
Add RBAC
Browse files Browse the repository at this point in the history
  • Loading branch information
barchw committed Dec 16, 2024
1 parent b43dcf1 commit 4cdd0d6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,19 @@ rules:
- patch
- update
- watch
- apiGroups:
- k8s.cni.cncf.io
resources:
- networkattachmentdefinitions
verbs:
- create
- deletecollection
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- autoscaling
resources:
Expand Down

0 comments on commit 4cdd0d6

Please sign in to comment.