This message was deleted.
# k3s
a
This message was deleted.
c
well, don’t use multiple controllers to manage the same resources
But, if you for some reason want to keep the HelmChart resource around but stop the helm controller syncing it, see https://github.com/k3s-io/helm-controller/pull/137
• Adds support for
<http://helmcharts.helm.cattle.io/unmanaged|helmcharts.helm.cattle.io/unmanaged>
annotation. HelmChart resources with this annotation will no longer be managed by the Helm controller, and can safely be updated or deleted without the Helm controller triggering any Jobs to install/update/delete the chart.
• This is intended for use when an administrator wants to begin managing a Helm releases via another tool, such as Fleet, ArgoCD, or manual invocation of the Helm CLI tools, and wants to ensure that the embedded Helm controller no longer mucks about with the current release.
a
I don't want have multiple controllers managing the same resources, I want to safely get rid of the HelmChart. This looks right, the description says I can delete the HelmChart can be deleted with this annotation in place. Thanks, I'll test it.