Hi,
shouldn't there be a ttlSecondsAfterFinished in stable/enterprise/templates/hooks/post-upgrade/upgrade_job.yaml?
It's specified in stable/enterprise/templates/hooks/pre-upgrade/upgrade_job.yaml on lines 17-19, but not in the other job.
When setting the usePostUpgradeHook to true, the ttlSecondsAfterFinished is ignored and the jobs stays around forever.
Also the values.yaml comment on line 2011 says 0 is the default while the actual value is -1.
Hi,
shouldn't there be a
ttlSecondsAfterFinishedinstable/enterprise/templates/hooks/post-upgrade/upgrade_job.yaml?It's specified in
stable/enterprise/templates/hooks/pre-upgrade/upgrade_job.yamlon lines 17-19, but not in the other job.When setting the
usePostUpgradeHooktotrue, thettlSecondsAfterFinishedis ignored and the jobs stays around forever.Also the
values.yamlcomment on line 2011 says 0 is the default while the actual value is -1.