Skip to content

Commit

Permalink
Make initJob.ttlSecondsAfterFinished unsettable
Browse files Browse the repository at this point in the history
  • Loading branch information
almahmoud committed Jun 15, 2021
1 parent 127bacb commit c3b93ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions galaxy/templates/jobs-init.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ metadata:
labels:
{{- include "galaxy.labels" . | nindent 4 }}
spec:
{{- if .Values.initJob.ttlSecondsAfterFinished }}
ttlSecondsAfterFinished: {{ .Values.initJob.ttlSecondsAfterFinished }}
{{- end }}
template:
metadata:
labels:
Expand Down Expand Up @@ -129,7 +131,9 @@ metadata:
labels:
{{- include "galaxy.labels" . | nindent 4 }}
spec:
{{- if .Values.initJob.ttlSecondsAfterFinished }}
ttlSecondsAfterFinished: {{ .Values.initJob.ttlSecondsAfterFinished }}
{{- end }}
template:
metadata:
labels:
Expand Down

0 comments on commit c3b93ec

Please sign in to comment.