From 69b8efdedb6ee3bda6272961453b7d1ca6a829ff Mon Sep 17 00:00:00 2001 From: Thomas Kosiewski Date: Wed, 28 Sep 2022 22:05:07 +0200 Subject: [PATCH] Fixed rbac permissions in helm chart --- charts/external-dns/templates/clusterrole.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/external-dns/templates/clusterrole.yaml b/charts/external-dns/templates/clusterrole.yaml index 6961f05c1..3c29746d2 100644 --- a/charts/external-dns/templates/clusterrole.yaml +++ b/charts/external-dns/templates/clusterrole.yaml @@ -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 }}