Skip to content

Commit

Permalink
pkg/components: Add net-attach-def permissions
Browse files Browse the repository at this point in the history
In order for CNAO to manage a new net-attach-def resource
it needs to be able to create/update/remove it.
Adding the needed permissions.

Signed-off-by: Ram Lavi <[email protected]>
  • Loading branch information
RamLavi committed Aug 6, 2024
1 parent 52850e6 commit 510fb09
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/components/components.go
Original file line number Diff line number Diff line change
Expand Up @@ -742,6 +742,9 @@ func GetClusterRole(allowMultus bool) *rbacv1.ClusterRole {
"get",
"list",
"watch",
"create",
"update",
"delete",
},
},
},
Expand Down

0 comments on commit 510fb09

Please sign in to comment.