helm-controller/docs/spec/v2beta1
Hidde Beydals 3f65b45e4a
api: add `PersistentClient` flag to allow control
This adds a `PersistentClient` flag which should be consumed by the
controller while initializing the Kubernetes client used by Helm
actions.

This to allow the controller to work with certain charts which do
require a client which does not persist, as they create Custom Resource
Definitions on demand during e.g. install, which then later aren't
observed by Helm as it does not reset the REST mapper between successive
action steps.

Signed-off-by: Hidde Beydals <hidde@hhh.computer>
2023-03-30 16:14:15 +02:00
..
README.md Release v0.7.0 2021-02-12 12:46:57 +01:00
helmreleases.md api: add `PersistentClient` flag to allow control 2023-03-30 16:14:15 +02:00

README.md

helm.toolkit.fluxcd.io/v2beta1

This is the v2beta1 API specification for declaratively managing Helm chart releases with Kubernetes manifests.

Specification

Implementation