Skip to content

Commit

Permalink
Remove create,delete,update permissions on policyendpoint (#992)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydeokar authored Aug 29, 2023
1 parent 245e68a commit b188863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stable/aws-vpc-cni/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ rules:
- apiGroups: ["networking.k8s.aws"]
resources:
- policyendpoints
verbs: ["create", "delete", "get", "patch", "list", "update", "watch"]
verbs: ["get", "patch", "list", "watch"]
- apiGroups: ["networking.k8s.aws"]
resources:
- policyendpoints/status
Expand Down

0 comments on commit b188863

Please sign in to comment.