Skip to content

Commit

Permalink
feat(dask): add dask_enabled env var to r-workflow-controller(#821)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alputer committed Sep 10, 2024
1 parent c3c3a8d commit c677ae9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion helm/reana/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ version: 0.9.3
kubeVersion: '>= 1.21.0-0 < 1.32.0-0'
dependencies:
- name: traefik
version: 10.6.2
version: 31.0.0
repository: https://helm.traefik.io/traefik
condition: traefik.enabled
tags:
Expand Down
2 changes: 2 additions & 0 deletions helm/reana/templates/reana-workflow-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ spec:
value: {{ .Values.components.reana_job_controller.environment | toJson | quote }}
- name: REANA_INTERACTIVE_SESSIONS_ENVIRONMENTS
value: {{ .Values.interactive_sessions.environments | toJson | quote }}
- name: DASK_ENABLED
value: {{ .Values.dask.enabled | quote }}
{{- if .Values.reana_hostname }}
- name: REANA_HOSTNAME
value: {{ .Values.reana_hostname }}
Expand Down

0 comments on commit c677ae9

Please sign in to comment.