Skip to content

Commit

Permalink
Workflow: Remove argo podGC
Browse files Browse the repository at this point in the history
Instead we will use the new manual method until we are ready to move to
argo 2.4
  • Loading branch information
Erik Parmann authored and epa095 committed Nov 20, 2019
1 parent d728cb1 commit eef0a3b
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@ metadata:
spec:
ttlSecondsAfterFinished: 115200 # 32 hours
entrypoint: do-all
podGC:
# pod gc strategy must be one of the following
# * OnPodCompletion - delete pods immediately when pod is completed (including errors/failures)
# * OnPodSuccess - delete pods immediately when pod is successful
# * OnWorkflowCompletion - delete pods when workflow is completed
# * OnWorkflowSuccess - delete pods when workflow is successful
strategy: OnWorkflowSuccess
onExit: sql-and-cleanup
volumes:
- name: azurefile
Expand Down

0 comments on commit eef0a3b

Please sign in to comment.