mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-16 09:16:38 +00:00
12 lines
281 B
YAML
12 lines
281 B
YAML
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: RoleBinding
|
|
metadata:
|
|
name: kube-state-metrics
|
|
namespace: monitoring
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: Role
|
|
name: kube-state-metrics-addon-resizer
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: kube-state-metrics
|