Hi, is it possible to set these config vars from m...
# ask-metaflow
f
Hi, is it possible to set these config vars from metaflow for argo worfklow as mentioned here
Copy code
spec:
  # must complete in 8h (28,800 seconds)
  activeDeadlineSeconds: 28800
  # keep workflows for 1d (86,400 seconds)
  ttlStrategy:
    secondsAfterCompletion: 86400
  # delete all pods as soon as they complete
  podGC:
    strategy: OnPodCompletion
1