summaryrefslogtreecommitdiff
path: root/templates/default/kubernetes/stream-site-onion-rolebinding.yml.j2
blob: 7b3ef4f423be7136ec12e6d5da18e7499e00eb85 (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: {{ deploy.namespace }}
  name: site-onion
roleRef:
  apiGroup: rbac.authorization.k8s.io
  kind: Role
  name: onion-service
subjects:
- kind: ServiceAccount
  name: site-onion
  namespace: {{ deploy.namespace }}