Skip to content

Commit

Permalink
Added new Traefik api group to chart
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Kosiewski <thoma471@googlemail.com>
  • Loading branch information
ThomasK33 committed Jun 22, 2023
1 parent c2c4e54 commit 0c720c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/external-dns/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ rules:
verbs: ["get","watch","list"]
{{- end }}
{{- if has "traefik-proxy" .Values.sources }}
- apiGroups: ["traefik.containo.us"]
- apiGroups: ["traefik.containo.us", "traefik.io"]
resources: ["ingressroutes", "ingressroutetcps", "ingressrouteudps"]
verbs: ["get","watch","list"]
{{- end }}
Expand Down

0 comments on commit 0c720c5

Please sign in to comment.