mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-07 10:06:57 +02:00
Update docs/tutorials/traefik-proxy.md
Co-authored-by: Michel Loiseleur <97035654+mloiseleur@users.noreply.github.com>
This commit is contained in:
parent
9105dc020b
commit
88a726f690
@ -51,7 +51,7 @@ rules:
|
|||||||
- apiGroups: [""]
|
- apiGroups: [""]
|
||||||
resources: ["nodes"]
|
resources: ["nodes"]
|
||||||
verbs: ["list","watch"]
|
verbs: ["list","watch"]
|
||||||
- apiGroups: ["traefik.containo.us"]
|
- apiGroups: ["traefik.containo.us","traefik.io"]
|
||||||
resources: ["ingressroutes", "ingressroutetcps", "ingressrouteudps"]
|
resources: ["ingressroutes", "ingressroutetcps", "ingressrouteudps"]
|
||||||
verbs: ["get","watch","list"]
|
verbs: ["get","watch","list"]
|
||||||
---
|
---
|
||||||
|
Loading…
Reference in New Issue
Block a user