Skip to content

Commit

Permalink
MAP-1874 increase time for which a job will be live (#737)
Browse files Browse the repository at this point in the history
  • Loading branch information
GurnankCheema authored Nov 26, 2024
1 parent f7d440b commit 30b3b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm_deploy/use-of-force/templates/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
template:
spec:
restartPolicy: Never
activeDeadlineSeconds: 240
activeDeadlineSeconds: 298
containers:
- name: use-of-force
image: {{ with index .Values "generic-service" }}{{ .image.repository }}:{{ .image.tag }}{{ end }}
Expand Down

0 comments on commit 30b3b1e

Please sign in to comment.