Skip to content

Add additional cleanup policy to Helm prehooks

DJ Mountney requested to merge cleanup-failed-hooks into master

Adding the before-hook-creation delete policy

This will allow users to install again without manual cleanup if a failure occurs during the prehook phase.

This will also help us ensure we can swap between using the operator and the hooks. If the operator fails, and you turn if off, these hooks will also cleanup these same objects that were left behind.

Fixes: https://gitlab.com/charts/gitlab/issues/875

Edited by DJ Mountney

Merge request reports