You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
471 B
19 lines
471 B
3 months ago
|
apiVersion: rbac.authorization.k8s.io/v1
|
||
|
kind: RoleBinding
|
||
|
metadata:
|
||
|
labels:
|
||
|
app.kubernetes.io/component: prometheus
|
||
|
app.kubernetes.io/name: prometheus
|
||
|
app.kubernetes.io/part-of: kube-prometheus
|
||
|
app.kubernetes.io/version: 2.29.1
|
||
|
name: prometheus-k8s-config
|
||
|
namespace: monitoring
|
||
|
roleRef:
|
||
|
apiGroup: rbac.authorization.k8s.io
|
||
|
kind: Role
|
||
|
name: prometheus-k8s-config
|
||
|
subjects:
|
||
|
- kind: ServiceAccount
|
||
|
name: prometheus-k8s
|
||
|
namespace: monitoring
|