Browse Source

Add missing RBAC rule #6116 (#6121)

pull/6124/head
Anton Kulikov 4 years ago
committed by GitHub
parent
commit
ed12936be2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions
  1. 6
      roles/kubernetes-apps/policy_controller/calico/templates/calico-kube-cr.yml.j2

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

@ -18,6 +18,12 @@ rules:
verbs: verbs:
- watch - watch
- list - list
- apiGroups:
- ""
resources:
- nodes
verbs:
- get
- apiGroups: - apiGroups:
- networking.k8s.io - networking.k8s.io
resources: resources:

Loading…
Cancel
Save