Skip to content

Commit

Permalink
Merge pull request #358 from galaxyproject/extrafiles-applytosetupjob
Browse files Browse the repository at this point in the history
Changing missed applyToSetupJob for extrafiles
  • Loading branch information
nuwang authored Jun 29, 2022
2 parents 0530ed1 + 29ebe96 commit 3d09104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galaxy/templates/jobs-init.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
{{ include "galaxy.podEnvVars" . }}
volumeMounts:
{{- range $key, $entry := .Values.extraFileMappings -}}
{{- if $entry.applyToJob }}
{{- if $entry.applyToSetupJob }}
- name: {{ include "galaxy.getExtraFilesUniqueName" $key }}
mountPath: {{ $key }}
subPath: {{ include "galaxy.getFilenameFromPath" $key }}
Expand Down

0 comments on commit 3d09104

Please sign in to comment.