Skip to content

Commit

Permalink
fixed level of ttl on spec
Browse files Browse the repository at this point in the history
  • Loading branch information
andrebrito16 committed Jun 10, 2024
1 parent 699b678 commit 9e55f2a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions deploy/as-k8s/service/7-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ metadata:
spec:
backoffLimit: #@ data.values.job.backoffLimit

#@ if/end data.values.job.ttlSecondsAfterFinished:
ttlSecondsAfterFinished: #@ data.values.job.ttlSecondsAfterFinished

template:
spec:
restartPolicy: Never

#@ if/end data.values.job.ttlSecondsAfterFinished:
ttlSecondsAfterFinished: #@ data.values.job.ttlSecondsAfterFinished

#@ if/end data.values.deployment.imagePullSecrets:
imagePullSecrets:
Expand Down

0 comments on commit 9e55f2a

Please sign in to comment.