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 f59fca2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions helm/reana/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ dependencies:
tags:
- ingress
- name: dask-kubernetes-operator
version: 2024.8.0
version: 2024.8.0
repository: https://helm.dask.org
condition: dask.enabled
tags:
- dask

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 f59fca2

Please sign in to comment.