You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On DEV/QA/PROD, traefik is already deployed in the cluster, so we set traefik.enabled to false.
If Dask is enabled, reana-workflow-controllor creates a Middleware to expose the Dask dashboard. However, permissions to do so are missing when traefik.enabled is false:
On DEV/QA/PROD, traefik is already deployed in the cluster, so we set
traefik.enabled
tofalse
.If Dask is enabled, reana-workflow-controllor creates a
Middleware
to expose the Dask dashboard. However, permissions to do so are missing whentraefik.enabled
isfalse
:reana/helm/reana/templates/roles.yaml
Lines 31 to 36 in d81a814
This causes errors when trying to start any workflow using Dask.
The text was updated successfully, but these errors were encountered: