Browse Source

serviceaccounts is required in resources list of cluster role (#3455)

pull/3454/merge
Erwan Miran 6 years ago
committed by k8s-ci-robot
parent
commit
9232261665
1 changed files with 2 additions and 1 deletions
  1. 3
      roles/kubernetes-apps/policy_controller/calico/templates/calico-kube-cr.yml.j2

3
roles/kubernetes-apps/policy_controller/calico/templates/calico-kube-cr.yml.j2

@ -13,6 +13,7 @@ rules:
- namespaces
- networkpolicies
- nodes
- serviceaccounts
verbs:
- watch
- list
@ -22,4 +23,4 @@ rules:
- networkpolicies
verbs:
- watch
- list
- list
Loading…
Cancel
Save