Skip to content

Commit

Permalink
Merge pull request #4607 from bcgov/fix/4602
Browse files Browse the repository at this point in the history
feat(4602): add debug timeouts to helm app jobs
  • Loading branch information
funtigr authored Jan 6, 2025
2 parents 6fcde7d + 2c9cf86 commit 207a8db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions helm/_app/templates/job-pre-data-migrations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ spec:
requests:
cpu: 0.2
memory: 200M
command: ["/bin/sh", "-c", "sleep 1700"]
{{- end }}
2 changes: 1 addition & 1 deletion helm/_app/templates/job-pre-prisma.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ spec:
requests:
cpu: 0.2
memory: 200M
- command: ["/bin/sh", "-c", "sleep 1700"]
command: ["/bin/sh", "-c", "sleep 1700"]
{{- end }}

0 comments on commit 207a8db

Please sign in to comment.