Skip to content

Commit

Permalink
feat(dask): update roles for traefik v3 (#821)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alputer committed Sep 10, 2024
1 parent c677ae9 commit c48c45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/reana/templates/roles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ rules:
{{- end }}
# Traefik Middleware permissions
{{- if and .Values.traefik.enabled .Values.dask.enabled }}
- apiGroups: ["traefik.containo.us"]
- apiGroups: ["traefik.io"]
resources: ["middlewares"]
verbs: ["get", "list", "watch", "create", "update", "patch", "delete"]
{{- end }}
Expand Down

0 comments on commit c48c45a

Please sign in to comment.