Skip to content

Commit

Permalink
deploy: allow the controller to update IPAMClaims
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Duarte Barroso <[email protected]>
  • Loading branch information
maiqueb committed May 17, 2024
1 parent 326cce0 commit 1e76e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ rules:
- apiGroups: ["k8s.cni.cncf.io"]
resources:
- ipamclaims
verbs: [ "create" ]
verbs: [ "create", "update" ]

0 comments on commit 1e76e8f

Please sign in to comment.