remove 'get' from aws-cni clusterRole to reflect https://github.com/aws/amazon-vpc-cni-k8s/pull/2058

This commit is contained in:
Moshe Shitrit 2022-09-13 08:13:35 -04:00
parent f32cfed68d
commit 03bc54e0d6
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ rules:
- apiGroups: ["", "events.k8s.io"]
resources:
- events
verbs: ["create", "patch", "list", "get"]
verbs: ["create", "patch", "list"]
---
# Source: aws-vpc-cni/templates/clusterrolebinding.yaml
apiVersion: rbac.authorization.k8s.io/v1