@@ -90,14 +90,11 @@ rules:
9090 resources : [endpointslices]
9191 verbs : [get, list, watch]
9292- apiGroups : ["gateway.k8s.aws"]
93- resources : [loadbalancerconfigurations]
94- verbs : [get, list, patch, watch]
95- - apiGroups : ["gateway.k8s.aws"]
96- resources : [targetgroupconfigurations]
97- verbs : [get, list, watch]
93+ resources : [loadbalancerconfigurations, targetgroupconfigurations]
94+ verbs : [get, list, watch, patch]
9895- apiGroups : ["gateway.k8s.aws"]
9996 resources : [loadbalancerconfigurations/finalizers, targetgroupconfigurations/finalizers]
100- verbs : [update]
97+ verbs : [update, patch ]
10198- apiGroups : ["gateway.k8s.aws"]
10299 resources : [loadbalancerconfigurations/status, targetgroupconfigurations/status]
103100 verbs : [get, patch, watch]
@@ -106,7 +103,7 @@ rules:
106103 verbs : [get, list, watch, patch]
107104- apiGroups : ["gateway.networking.k8s.io"]
108105 resources : [gatewayclasses/finalizers, gateways/finalizers]
109- verbs : [update]
106+ verbs : [update, patch ]
110107- apiGroups : ["gateway.networking.k8s.io"]
111108 resources : [gatewayclasses/status, gateways/status]
112109 verbs : [get, patch, update]
0 commit comments