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