helm-controller/config
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
..
crd api: add `PersistentClient` flag to allow control 2023-03-30 16:14:15 +02:00
default Update dependencies 2023-03-20 16:42:15 +01:00
manager Release v0.31.2 2023-03-20 17:02:18 +01:00
rbac Build with Go 1.19 2022-09-28 18:37:42 +03:00
samples Use new standardized runtime and meta package 2022-03-18 13:10:32 +01:00
testdata check if service account exists before uninstalling release 2023-03-02 18:13:26 +05:30