From 7ee3f28876b22ec883ca228e28622eb7215a329f Mon Sep 17 00:00:00 2001 From: Thomas Kosiewski Date: Wed, 28 Sep 2022 23:51:35 +0200 Subject: [PATCH] Fixed rbac permissions in documentation --- docs/tutorials/traefik-proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/traefik-proxy.md b/docs/tutorials/traefik-proxy.md index 7857be1b4..e9db46806 100644 --- a/docs/tutorials/traefik-proxy.md +++ b/docs/tutorials/traefik-proxy.md @@ -54,7 +54,7 @@ rules: resources: ["nodes"] verbs: ["list","watch"] - apiGroups: ["traefik.containo.us"] - resources: ["ingressroutes", "ingressroutestcps", "ingressroutesudps"] + resources: ["ingressroutes", "ingressroutetcps", "ingressrouteudps"] verbs: ["get","watch","list"] --- apiVersion: rbac.authorization.k8s.io/v1