Skip to content

Commit

Permalink
Add clusterinformations 'get' permissions to operator for openshift
Browse files Browse the repository at this point in the history
  • Loading branch information
coutinhop committed Jul 29, 2021
1 parent abae300 commit be9ce37
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,13 @@ rules:
- ipamblocks
verbs:
- list
# Need this permission for the calicoctl version mismatch checking
- apiGroups:
- crd.projectcalico.org
resources:
- clusterinformations
verbs:
- get
# For AWS security group setup.
- apiGroups:
- batch
Expand Down

0 comments on commit be9ce37

Please sign in to comment.