Cleanup

Cleanup

Delete all workflows

argo delete --all

Remove Artifact Repository Bucket

aws s3 rb s3://batch-artifact-repository-${ACCOUNT_ID}/ --force

Undeploy Argo

kubectl delete -n argo -f https://raw.githubusercontent.com/argoproj/argo/v2.2.1/manifests/install.yaml
kubectl delete ns argo

Cleanup Kubernetes Job

kubectl delete job/whalesay