Skip to content
  • Jason Plum's avatar
    CI: Add `cleanup` function to cleanup remnant k8s leftovers from `helm delete` · 34a8ffe0
    Jason Plum authored
    Add `cleanup` function to the automation script, designed to find vestigial remnants from failed deployments or deletions by helm.
    
    This walks all the major types that contain are named after the release, and forcibly delete them through `kubectl delete $type $name` calls.
    
    This is based on personal experience of manually cleaning up environments after failed `helm install|upgrade|delete`.
    34a8ffe0
Validating GitLab CI configuration… Learn more