From 49b89c30d803af11aa157dfaeb353581f6484c33 Mon Sep 17 00:00:00 2001 From: rbq Date: Tue, 15 Jan 2019 16:42:05 +0100 Subject: [PATCH] =?UTF-8?q?Allow=20Tr=C3=A6fik=20to=20update=20Ingress=20s?= =?UTF-8?q?tatus?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/k8s/traefik-rbac.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/examples/k8s/traefik-rbac.yaml b/examples/k8s/traefik-rbac.yaml index db5fb8c3d..35601dac4 100644 --- a/examples/k8s/traefik-rbac.yaml +++ b/examples/k8s/traefik-rbac.yaml @@ -22,6 +22,12 @@ rules: - get - list - watch + - apiGroups: + - extensions + resources: + - ingresses/status + verbs: + - update --- kind: ClusterRoleBinding apiVersion: rbac.authorization.k8s.io/v1beta1