Skip to content

Commit 4d44974

Browse files
Bugfix: Add ability to patch loadbalancerconfigurations to helm RBAC (#4248)
* fix #4247 * add patch to more resources as recommended in the PR
1 parent bc93298 commit 4d44974

File tree

1 file changed

+3
-3
lines changed
  • helm/aws-load-balancer-controller/templates

1 file changed

+3
-3
lines changed

helm/aws-load-balancer-controller/templates/rbac.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@ rules:
9191
verbs: [get, list, watch]
9292
- apiGroups: ["gateway.k8s.aws"]
9393
resources: [loadbalancerconfigurations, targetgroupconfigurations]
94-
verbs: [get, list, watch]
94+
verbs: [get, list, watch, patch]
9595
- apiGroups: ["gateway.k8s.aws"]
9696
resources: [loadbalancerconfigurations/finalizers, targetgroupconfigurations/finalizers]
97-
verbs: [update]
97+
verbs: [update, patch]
9898
- apiGroups: ["gateway.k8s.aws"]
9999
resources: [loadbalancerconfigurations/status, targetgroupconfigurations/status]
100100
verbs: [get, patch, watch]
@@ -103,7 +103,7 @@ rules:
103103
verbs: [get, list, watch, patch]
104104
- apiGroups: ["gateway.networking.k8s.io"]
105105
resources: [gatewayclasses/finalizers, gateways/finalizers]
106-
verbs: [update]
106+
verbs: [update, patch]
107107
- apiGroups: ["gateway.networking.k8s.io"]
108108
resources: [gatewayclasses/status, gateways/status]
109109
verbs: [get, patch, update]

0 commit comments

Comments
 (0)