Skip to content

fix(chart): do less job name truncation to reduce chance of duplicate names breaking deploy

Michael requested to merge fix/k8s-job-name-duplicates into main

Multiple jobs who's name begins the same for the first 20 characters result in a Helm deploy error: [cron]jobs.batch "<name>-<job-name-truncated>-cronjob" already exists.

24+1+35 = 60 characters, which is still below the DNS label limit of 63.

Edited by Michael

Merge request reports