mirror of
https://gitlab.com/deepcypher/dc-kc.git
synced 2026-01-27 11:12:08 +00:00
Delete artifacts after workflow deletion
This commit is contained in:
@@ -8,10 +8,10 @@ spec:
|
||||
onExit: exit-handler
|
||||
ttlStrategy:
|
||||
secondsAfterSuccess: 3600
|
||||
secondsAfterFailure: 3600
|
||||
secondsAfterCompletion: 3600
|
||||
secondsAfterFailure: 7200
|
||||
# secondsAfterCompletion: 7200
|
||||
artifactGC:
|
||||
strategy: OnWorkflowCompletion # OnWorkflowDeletion
|
||||
strategy: OnWorkflowDeletion # OnWorkflowCompletion
|
||||
forceFinalizerRemoval: true
|
||||
podGC:
|
||||
strategy: OnPodSuccess # OnPodCompletion
|
||||
|
||||
Reference in New Issue
Block a user