We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc93298 commit 4d44974Copy full SHA for 4d44974
helm/aws-load-balancer-controller/templates/rbac.yaml
@@ -91,10 +91,10 @@ rules:
91
verbs: [get, list, watch]
92
- apiGroups: ["gateway.k8s.aws"]
93
resources: [loadbalancerconfigurations, targetgroupconfigurations]
94
- verbs: [get, list, watch]
+ verbs: [get, list, watch, patch]
95
96
resources: [loadbalancerconfigurations/finalizers, targetgroupconfigurations/finalizers]
97
- verbs: [update]
+ verbs: [update, patch]
98
99
resources: [loadbalancerconfigurations/status, targetgroupconfigurations/status]
100
verbs: [get, patch, watch]
@@ -103,7 +103,7 @@ rules:
103
verbs: [get, list, watch, patch]
104
- apiGroups: ["gateway.networking.k8s.io"]
105
resources: [gatewayclasses/finalizers, gateways/finalizers]
106
107
108
resources: [gatewayclasses/status, gateways/status]
109
verbs: [get, patch, update]
0 commit comments