aboutsummaryrefslogtreecommitdiffstats
path: root/src/monitor/deploy/role_binding.yaml
blob: 69cd2935cedbe14da93edc0593aa81b060311bb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
kind: RoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
  name: monitor
subjects:
- kind: ServiceAccount
  name: monitor
roleRef:
  kind: Role
  name: monitor
  apiGroup: rbac.authorization.k8s.io