Update helm-controller

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
Brad Davidson
2022-03-15 12:01:55 -07:00
committed by Brad Davidson
parent 66e350ea88
commit a93b9b6d53
4 changed files with 5 additions and 4 deletions

View File

@@ -206,6 +206,7 @@ func coreControllers(ctx context.Context, sc *Context, config *Config) error {
if !config.ControlConfig.DisableHelmController {
helm.Register(ctx,
sc.K8s,
sc.Apply,
sc.Helm.Helm().V1().HelmChart(),
sc.Helm.Helm().V1().HelmChartConfig(),