mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2026-05-04 22:26:11 +02:00
Fixed rbac permissions in helm chart
This commit is contained in:
parent
4ecad141c2
commit
69b8efdedb
@ -72,7 +72,7 @@ rules:
|
||||
{{- end }}
|
||||
{{- if has "traefik-proxy" .Values.sources }}
|
||||
- apiGroups: ["traefik.containo.us"]
|
||||
resources: ["ingressroutes", "ingressroutestcps", "ingressroutesudps"]
|
||||
resources: ["ingressroutes", "ingressroutetcps", "ingressrouteudps"]
|
||||
verbs: ["get","watch","list"]
|
||||
{{- end }}
|
||||
{{- if has "openshift-route" .Values.sources }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user