Skip to content

Commit 71dda8f

Browse files
committed
update rbac for targetgrouppolicies and vpcassociationpolicies
1 parent aaf71da commit 71dda8f

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

config/rbac/cluster-role-controller.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ rules:
276276
- patch
277277
- update
278278
- watch
279+
279280
- apiGroups:
280281
- application-networking.k8s.aws
281282
resources:
@@ -294,6 +295,15 @@ rules:
294295
- targetgrouppolicies/finalizers
295296
verbs:
296297
- update
298+
- apiGroups:
299+
- application-networking.k8s.aws
300+
resources:
301+
- targetgrouppolicies/status
302+
verbs:
303+
- get
304+
- patch
305+
- update
306+
297307
- apiGroups:
298308
- application-networking.k8s.aws
299309
resources:
@@ -312,6 +322,15 @@ rules:
312322
- vpcassociationpolicies/finalizers
313323
verbs:
314324
- update
325+
- apiGroups:
326+
- application-networking.k8s.aws
327+
resources:
328+
- vpcassociationpolicies/status
329+
verbs:
330+
- get
331+
- patch
332+
- update
333+
315334
- apiGroups:
316335
- application-networking.k8s.aws
317336
resources:

0 commit comments

Comments
 (0)