Browse Source

fix calico rbac issue (#9806)

pull/9810/head
JaneLiuL 1 year ago
committed by GitHub
parent
commit
4aacec4542
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/network_plugin/calico/templates/calico-cr.yml.j2

1
roles/network_plugin/calico/templates/calico-cr.yml.j2

@ -144,6 +144,7 @@ rules:
- ipamconfigs - ipamconfigs
verbs: verbs:
- get - get
- create
# Block affinities must also be watchable by confd for route aggregation. # Block affinities must also be watchable by confd for route aggregation.
- apiGroups: ["crd.projectcalico.org"] - apiGroups: ["crd.projectcalico.org"]
resources: resources:

Loading…
Cancel
Save