summaryrefslogtreecommitdiff
path: root/templates/default/kubernetes/onionbalance-role.yml.j2
blob: 8aa4673b7b5e7798eb09aef040694f500d47024d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
  namespace: {{ deploy.namespace }}
  name: onionbalance
rules:
- apiGroups:
  - ""
  resources:
  - pods
  verbs:
  - get
  - list
  - watch