From 166db373bfa17f18d999656dfb7b48f34e3bd683 Mon Sep 17 00:00:00 2001 From: Jay Deokar Date: Tue, 29 Aug 2023 18:35:34 +0000 Subject: [PATCH] Remove patch permissions for policyendpoints on aws-vpc-cni helm chart --- stable/aws-vpc-cni/templates/clusterrole.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/aws-vpc-cni/templates/clusterrole.yaml b/stable/aws-vpc-cni/templates/clusterrole.yaml index 346eb1bb8..cb7c8eebc 100644 --- a/stable/aws-vpc-cni/templates/clusterrole.yaml +++ b/stable/aws-vpc-cni/templates/clusterrole.yaml @@ -36,7 +36,7 @@ rules: - apiGroups: ["networking.k8s.aws"] resources: - policyendpoints - verbs: ["get", "patch", "list", "watch"] + verbs: ["get", "list", "watch"] - apiGroups: ["networking.k8s.aws"] resources: - policyendpoints/status