Skip to content

Commit cb786af

Browse files
Create prometheus-clusterrole-binding.yaml
1 parent 2bf7663 commit cb786af

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
apiVersion: rbac.authorization.k8s.io/v1
2+
kind: ClusterRoleBinding
3+
metadata:
4+
name: prometheus
5+
roleRef:
6+
apiGroup: rbac.authorization.k8s.io
7+
kind: ClusterRole
8+
name: prometheus
9+
subjects:
10+
- kind: ServiceAccount
11+
name: default
12+
namespace: monitoring

0 commit comments

Comments
 (0)