Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Update helm deletion docs for helm 3 #330

Merged
merged 1 commit into from
Mar 16, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ With Flux garbage collection enabled, Helm operator will receive the delete even

### I've manually deleted a Helm release. Why is Flux not able to restore it?

If you delete a Helm release with `helm delete my-release`, the release name can't be reused.
If you are using Helm 3+ the default behaviour is to purge - enabling flux to restore the release.
For Helm<=2, if you delete a Helm release with `helm delete my-release`, the release name can't be reused.
You need to use the `helm delete --purge` option only then Flux will be able reinstall a release.

### It takes a long time before the operator processes an update to a `HelmRelease` resource. How can I speed up the processing of releases?
Expand Down