Skip to content

Commit

Permalink
*: regenerate
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
  • Loading branch information
simonpasquier committed Apr 15, 2020
1 parent 7b11eea commit 59ef25e
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: monitoring-targets-edit
rules:
- apiGroups:
- monitoring.coreos.com
resources:
- servicemonitors
- podmonitors
- prometheusrules
verbs:
- create
- delete
- get
- list
- update
- watch
14 changes: 14 additions & 0 deletions manifests/0000_50_cluster_monitoring_operator_02-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# assets/cluster-monitoring-operator/cluster-role.yaml
# assets/cluster-monitoring-operator/monitoring-rules-edit-cluster-role.yaml
# assets/cluster-monitoring-operator/monitoring-rules-view-cluster-role.yaml
# assets/cluster-monitoring-operator/monitoring-targets-edit-cluster-role.yaml
# assets/grafana/cluster-role.yaml
# assets/kube-state-metrics/cluster-role.yaml
# assets/node-exporter/cluster-role.yaml
Expand Down Expand Up @@ -166,6 +167,19 @@ rules:
- get
- list
- watch
- apiGroups:
- monitoring.coreos.com
resources:
- podmonitors
- prometheusrules
- servicemonitors
verbs:
- create
- delete
- get
- list
- update
- watch
- apiGroups:
- networking.k8s.io
resources:
Expand Down
27 changes: 25 additions & 2 deletions pkg/manifests/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 59ef25e

Please sign in to comment.