package
1.2.0
Repository: https://github.com/fluxcd/helm-controller.git
Documentation: pkg.go.dev

# Functions

Disable disables the specified feature.
Enabled verifies whether the feature is enabled or not.
FeatureGates contains a list of all supported feature gates and their default values.

# Constants

AdoptLegacyReleases enables the adoption of the historical Helm release based on the status fields from a v2beta1 HelmRelease object.
AllowDNSLookups allows the controller to perform DNS lookups when rendering Helm templates.
CacheSecretsAndConfigMaps configures the caching of Secrets and ConfigMaps by the controller-runtime client.
CorrectDrift configures the correction of cluster state drift compared to the desired state as described in the manifest of the Helm release.
DetectDrift configures the detection of cluster state drift compared to the desired state as described in the manifest of the Helm release storage object.
OOMWatch enables the OOM watcher, which will gracefully shut down the controller when the memory usage exceeds the configured limit.