github.com/m3db/m3@v1.5.0/scripts/vagrant/provision/manifests/kube-prometheus/prometheus-adapter-clusterRoleBindingDelegator.yaml (about) 1 apiVersion: rbac.authorization.k8s.io/v1 2 kind: ClusterRoleBinding 3 metadata: 4 name: resource-metrics:system:auth-delegator 5 roleRef: 6 apiGroup: rbac.authorization.k8s.io 7 kind: ClusterRole 8 name: system:auth-delegator 9 subjects: 10 - kind: ServiceAccount 11 name: prometheus-adapter 12 namespace: monitoring