You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
Currently, when a Custom Resource (FluxHelmResource kind) gets deleted, the corresponding Chart release gets deleted. It stays in tiller ConfigMaps with status "DELETED". This has the practical effect that the same Release name cannot be reused.
Helm users should be able to choose per Chart release which ones are deleted with purge, ie removed from tiller release history meaning the release names, as a result, can be subsequently reused.
A/C
It is possible to specify, per Custom Resource, which Chart release is purged and which only deleted.
The text was updated successfully, but these errors were encountered:
Feature
Currently, when a Custom Resource (FluxHelmResource kind) gets deleted, the corresponding Chart release gets deleted. It stays in tiller ConfigMaps with status "DELETED". This has the practical effect that the same Release name cannot be reused.
Helm users should be able to choose per Chart release which ones are deleted with purge, ie removed from tiller release history meaning the release names, as a result, can be subsequently reused.
A/C
It is possible to specify, per Custom Resource, which Chart release is purged and which only deleted.
The text was updated successfully, but these errors were encountered: