8000 Add RBAC for coordination.k8s.io/leases (#3101) · nginx/kubernetes-ingress@1bc5233 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1bc5233

Browse files
coolbry95jjngx
andauthored
Add RBAC for coordination.k8s.io/leases (#3101)
Co-authored-by: Jakub Jarosz <99677300+jjngx@users.noreply.github.com>
1 parent 7a3533b commit 1bc5233

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

deployments/helm-chart/templates/rbac.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,16 @@ rules:
7474
- create
7575
- patch
7676
- list
77+
- apiGroups:
78+
- coordination.k8s.io
79+
resources:
80+
- leases
81+
verbs:
82+
- get
83+
- list
84+
- watch
85+
- update
86+
- create
7787
- apiGroups:
7888
- networking.k8s.io
7989
resources:

0 commit comments

Comments
 (0)
0