fuel-core
fuel-core copied to clipboard
Setup Fuel Core Workflow to Trigger Fuel-Deployment Delete Ephemeral Environment
Developers ephemeral test workflows should be deleted if -
- their branch PR is merged
- their branch is stale
- their branch is closed
a workflow from fuel-core will trigger another workflow in fuel-deployment to just delete the namespace of the developer's ephemeral workflow environment:
kubectl delete ns fuel-
deleting namespace will wipe entire test workloads