2018-02-11 08:51:55 +01:00
|
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
2017-10-23 02:00:41 +02:00
|
|
|
kind: ClusterRoleBinding
|
|
|
|
metadata:
|
|
|
|
name: prometheus
|
|
|
|
roleRef:
|
|
|
|
apiGroup: rbac.authorization.k8s.io
|
|
|
|
kind: ClusterRole
|
|
|
|
name: prometheus
|
|
|
|
subjects:
|
|
|
|
- kind: ServiceAccount
|
2018-01-28 05:56:49 +01:00
|
|
|
name: prometheus
|
2017-10-23 02:00:41 +02:00
|
|
|
namespace: monitoring
|