Closed pditommaso closed 1 month ago
The goal of this is to replace the use of K8s pod for container build and scanning with K8s job primitive.
This provides a better error recovery mechanism and control over job cleanup by using the ttlSecondsAfterFinished spec directive.
ttlSecondsAfterFinished
Depends on https://github.com/seqeralabs/wave/issues/602
Solved by #622
The goal of this is to replace the use of K8s pod for container build and scanning with K8s job primitive.
This provides a better error recovery mechanism and control over job cleanup by using the
ttlSecondsAfterFinished
spec directive.