Browse Source

Calico: add missing verbs in ClusterRole (#8136)

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

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

@ -45,6 +45,8 @@ rules:
resources:
- pods
verbs:
- watch
- list
- get
# IPAM resources are manipulated when nodes are deleted.
- apiGroups: ["crd.projectcalico.org"]

Loading…
Cancel
Save