diff --git a/docs/tutorials/traefik-proxy.md b/docs/tutorials/traefik-proxy.md index 325d7a1d6..1e756f73a 100644 --- a/docs/tutorials/traefik-proxy.md +++ b/docs/tutorials/traefik-proxy.md @@ -51,7 +51,7 @@ rules: - apiGroups: [""] resources: ["nodes"] verbs: ["list","watch"] -- apiGroups: ["traefik.containo.us"] +- apiGroups: ["traefik.containo.us","traefik.io"] resources: ["ingressroutes", "ingressroutetcps", "ingressrouteudps"] verbs: ["get","watch","list"] ---