Skip to content

Commit 507557b

Browse files
Kamil PrzybylKamil Przybyl
authored andcommitted
fix: add missing rbac permissions
1 parent f918d80 commit 507557b

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

  • deploy/application-load-balancer-controller-manager

deploy/application-load-balancer-controller-manager/rbac.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,22 @@ rules:
2424
- nodes
2525
verbs:
2626
- list
27+
- watch
28+
- apiGroups:
29+
- ""
30+
resources:
31+
- services
32+
verbs:
33+
- list
34+
- watch
2735
- apiGroups:
2836
- "networking.k8s.io"
2937
resources:
3038
- ingresses
3139
verbs:
3240
- get
41+
- list
42+
- watch
3343
- apiGroups:
3444
- "networking.k8s.io"
3545
resources:

0 commit comments

Comments
 (0)