Skip to content

Commit

Permalink
Reverting my revert
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuderman committed Feb 21, 2024
1 parent 2bbaa3a commit df1fb39
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions galaxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ cronJobs:
tmpdir:
schedule: "15 2 * * *"
extraSettings:
days: '{{ div (index .Values "configs" "job_conf.yml" "runners" "k8s" "k8s_walltime_limit" | default 604800) 7 }}'
last_modified: '{{ index .Values "configs" "job_conf.yml" "runners" "k8s" "k8s_walltime_limit" | default 604800 }}'
securityContext:
runAsUser: 0
command:
Expand All @@ -296,8 +296,7 @@ cronJobs:
- "{{ .Values.persistence.mountPath }}/tmp"
- "!"
- "-newermt"
- "{{ tpl .Values.cronJobs.tmpdir.extraSettings.days $ }}"
- "days"
- "{{ tpl .Values.cronJobs.tmpdir.extraSettings.last_modified $ }} seconds ago"
- "-type"
- "f"
- "-exec"
Expand Down

0 comments on commit df1fb39

Please sign in to comment.