Skip to content

Commit

Permalink
feat(dask): ann 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 7f8fc41
Showing 1 changed file with 2 additions and 0 deletions.
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 7f8fc41

Please sign in to comment.