Skip to content

Commit 6ac3c9c

Browse files
committed
MINOR: add update capability for ingress ressources
Adding update verb for ingress ressources in order to make the controller able to update ingress status
1 parent 1a3eb11 commit 6ac3c9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kubernetes-ingress/templates/clusterrole.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ rules:
6161
- get
6262
- list
6363
- watch
64+
- update
6465
- apiGroups:
6566
- "networking.k8s.io/v1beta1"
6667
resources:

0 commit comments

Comments
 (0)