Skip to content

Commit

Permalink
Add namespace list and watch rbac
Browse files Browse the repository at this point in the history
  • Loading branch information
mansikulkarni96 committed Oct 24, 2024
1 parent 2129b52 commit 9e728d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@ spec:
- namespaces
verbs:
- get
- list
- watch
- apiGroups:
- ""
resources:
Expand Down
2 changes: 2 additions & 0 deletions config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ rules:
- namespaces
verbs:
- get
- list
- watch
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit 9e728d5

Please sign in to comment.