Skip to content

Commit

Permalink
Changing missed applyToSetupJob for extrafiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandru Mahmoud authored May 20, 2022
1 parent 6fabd90 commit 29ebe96
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 29ebe96

Please sign in to comment.