[helm/charts] [name of the chart e.g. stable/chart] issue title (#23271)

From: notifications@github.com
Domain: IP info github.com
MX-server: IP info out-23.smtp.github.com
Size: 2403 Bytes
Create: 2020-07-21
Update: 2020-07-21
Score: 0
Safe: Yes

Outbound domains: github.com |

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

#23270

Describe the solution you'd like
A clear and concise description of what you want to happen.

force the backup pod to close after a maximum of 23 hours

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

put in cronjob yaml
activeDeadlineSeconds: 10800

for example

spec:
schedule: 0 2 * * *
startingDeadlineSeconds: 120
concurrencyPolicy: Forbid
suspend: false
jobTemplate:
metadata:
creationTimestamp: null
spec:
template:
metadata:
creationTimestamp: null
spec:
activeDeadlineSeconds: 10800
containers:
- name: jenkins-backup

Additional context
Add any other context or screenshots about the feature request here.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.