fleet
fleet copied to clipboard
Deploying jobs with TTL results in 'Modified' bundle
When deploying a bundle which contains a job with a TTL specified (e.g. ttlSecondsAfterFinished: 3600
), the bundle will go into a Modified
state when the job controller removes/purges the job.
The job in question is a database migrations job which runs as part of rollout. Is there any way to have these jobs ignored?