Skip to content

Commit

Permalink
feat(dask): add new env_vars to r-workflow-controller (#821)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alputer committed Sep 9, 2024
1 parent c3c3a8d commit 7873d62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 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,10 @@ spec:
value: {{ .Values.components.reana_job_controller.environment | toJson | quote }}
- name: REANA_INTERACTIVE_SESSIONS_ENVIRONMENTS
value: {{ .Values.interactive_sessions.environments | toJson | quote }}
- name: TRAEFIK_ENABLED
value: {{ .Values.traefik.enabled | 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 7873d62

Please sign in to comment.