Skip to content

Commit

Permalink
Fix role
Browse files Browse the repository at this point in the history
  • Loading branch information
nesmabadr committed Oct 11, 2024
1 parent 3600c16 commit 8aabac4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/rbac/common/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ rules:
verbs:
- get
- list
- watch
- apiGroups:
- operator.kyma-project.io
resources:
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/rbac_privileges_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ var _ = Describe("RBAC Privileges", func() {
{
APIGroups: []string{"operator.kyma-project.io"},
Resources: []string{"modulereleasemetas"},
Verbs: []string{"watch", "get", "list"},
Verbs: []string{"get", "list", "watch"},
},
{
APIGroups: []string{"operator.kyma-project.io"},
Expand Down

0 comments on commit 8aabac4

Please sign in to comment.