Skip to content

Commit

Permalink
monitoring: monitoring CRD permission roles
Browse files Browse the repository at this point in the history
  • Loading branch information
eguzki committed Mar 18, 2020
1 parent 8d417d4 commit 14d005a
Showing 1 changed file with 21 additions and 7 deletions.
28 changes: 21 additions & 7 deletions deploy/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,6 @@ rules:
- patch
- update
- watch
- apiGroups:
- monitoring.coreos.com
resources:
- servicemonitors
verbs:
- get
- create
- apiGroups:
- apps
resourceNames:
Expand Down Expand Up @@ -176,3 +169,24 @@ rules:
- update
- watch
- delete
- apiGroups:
- monitoring.coreos.com
resources:
- servicemonitors
- prometheusrules
verbs:
- list
- get
- create
- update
- watch
- apiGroups:
- integreatly.org
resources:
- grafanadashboards
verbs:
- get
- list
- create
- update
- watch

0 comments on commit 14d005a

Please sign in to comment.