Browse Source

Fixes issue #7573 - Made Calico permissions compatible with v3.18.x (see https://github.com/projectcalico/calico/issues/4557). Specifically, granted watch to custom resources blockaffinities, ipamblocks & ipamhandles (#7575)

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

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

@ -63,6 +63,7 @@ rules:
- create
- update
- delete
- watch
# kube-controllers manages hostendpoints.
- apiGroups: ["crd.projectcalico.org"]
resources:

Loading…
Cancel
Save