Skip to content

Commit

Permalink
fixes #2141 Added list and watch to clusterrole (#2145)
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Adler <[email protected]>
  • Loading branch information
EagleIJoe authored Jul 22, 2022
1 parent f2c1d8a commit 0e2fdae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/dashboard-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ rules:
verbs:
- get
- update
- list
- watch
- apiGroups:
- apps
resources:
Expand Down
2 changes: 2 additions & 0 deletions manifests/dashboard-install/dashboard-clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ rules:
verbs:
- get
- update
- list
- watch
- apiGroups:
- apps
resources:
Expand Down

0 comments on commit 0e2fdae

Please sign in to comment.