summaryrefslogtreecommitdiff
path: root/templates/default/kubernetes/onionbalance-rolebinding.yml.j2
blob: 6623d6c9a3ca0760749ae6c45f120190886fccca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
  namespace: {{ namespace }}
  name: onionbalance
roleRef:
  apiGroup: rbac.authorization.k8s.io
  kind: Role
  name: onionbalance
subjects:
- kind: ServiceAccount
  name: onionbalance
  namespace: {{ namespace }}