workflow TTL strategy

This commit is contained in:
GeorgeRaven
2025-05-26 10:02:33 +01:00
parent b943f00866
commit 98422bfb30

View File

@@ -6,6 +6,10 @@ metadata:
spec:
entrypoint: main
onExit: exit-handler
ttlStrategy:
secondsAfterSuccess: 3600
secondsAfterFailure: 3600
secondsAfterCompletion: 3600
artifactGC:
strategy: OnWorkflowCompletion # OnWorkflowDeletion
forceFinalizerRemoval: true