Skip to content

Commit

Permalink
fixes argoproj#2141 Added list and watch to clusterrole (argoproj#2145)
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Adler <[email protected]>
  • Loading branch information
EagleIJoe authored and jenciso committed Oct 25, 2022
1 parent e3ba6bb commit 5edb044
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 5edb044

Please sign in to comment.