Allow Træfik to update Ingress status

This commit is contained in:
rbq 2019-01-15 16:42:05 +01:00 committed by Traefiker Bot
parent 8228a8e3f7
commit 49b89c30d8

View file

@ -22,6 +22,12 @@ rules:
- get
- list
- watch
- apiGroups:
- extensions
resources:
- ingresses/status
verbs:
- update
---
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1beta1