mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2026-05-04 14:21:33 +02:00
Fixed rbac permissions in documentation
This commit is contained in:
parent
69b8efdedb
commit
7ee3f28876
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user