-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reconcile: improve uninstall w/o purging history
This improves the reconciliation of an uninstall when the release has already been uninstalled while `KeepHistory` has been set, by detecting the (sadly non-typed) error Helm produces as desired state. Avoiding certain edge-cases where for example a deleted HelmRelease would end up in an irrecoverable loop of uninstall attempts, after being remediated (using an uninstall) before the deletion request. Signed-off-by: Hidde Beydals <[email protected]>
- Loading branch information
Showing
2 changed files
with
98 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters