youtubebeat/vendor/github.com/elastic/beats/deploy/kubernetes/metricbeat/metricbeat-role-binding.yaml

13 lines
263 B
YAML
Raw Normal View History

2018-11-18 11:08:38 +01:00
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: ClusterRoleBinding
metadata:
name: metricbeat
subjects:
- kind: ServiceAccount
name: metricbeat
namespace: kube-system
roleRef:
kind: ClusterRole
name: metricbeat
apiGroup: rbac.authorization.k8s.io