Closed Redande closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 66.43%. Comparing base (
bb98b52
) to head (f4bbf92
). Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Multiple cronjobs are generated from values.yaml. They had identical name so only the last one was created, this PR gives unique names to the cronjobs based on the id defined in values.yaml. This should allow for multiple cronjobs from the same template (with differing schedules).