Skip to content

Commit

Permalink
Update console-sa cluster role permissions (#784)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com>
  • Loading branch information
dvaldivia authored Aug 23, 2021
1 parent 41df82b commit f19600f
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions resources/base/console-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,11 @@ rules:
- list
- patch
- update
- delete
- deletecollection
- apiGroups:
- ""
resources:
- namespaces
- pods
- services
- events
- resourcequotas
Expand All @@ -37,6 +35,18 @@ rules:
- create
- list
- patch
- apiGroups:
- ""
resources:
- pods
verbs:
- get
- watch
- create
- list
- patch
- delete
- deletecollection
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit f19600f

Please sign in to comment.