Allow Træfik to update Ingress status
This commit is contained in:
parent
8228a8e3f7
commit
49b89c30d8
1 changed files with 6 additions and 0 deletions
|
@ -22,6 +22,12 @@ rules:
|
|||
- get
|
||||
- list
|
||||
- watch
|
||||
- apiGroups:
|
||||
- extensions
|
||||
resources:
|
||||
- ingresses/status
|
||||
verbs:
|
||||
- update
|
||||
---
|
||||
kind: ClusterRoleBinding
|
||||
apiVersion: rbac.authorization.k8s.io/v1beta1
|
||||
|
|
Loading…
Reference in a new issue