UNCLASSIFIED - NO CUI

Skip to content

TTL update and hooks

brandt keller requested to merge ttl_update into main

Experienced a non-persistent problem during release where kyvernopolicies helm release was failing due to the inability to find the wait-for-ready job. We hypothesized that the jobs ttlSecondsAfterFinished may have been too-low and contributed to the resource being cleaned up before helm/flux could determine success?

Extended ttlSecondsAfterFinished and established hooks on the job for post-install/upgrade/rollback.

Tested each hook explicitly.

Merge request reports