Update helm-controller for HelmChartConfig CRD (#2114)

* Update helm-controller for HelmChartConfig CRD

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
Brad Davidson
2020-08-20 14:23:50 -07:00
committed by GitHub
parent a2471a1f8a
commit c980fa68a0
21 changed files with 835 additions and 47 deletions

View File

@@ -170,6 +170,7 @@ func masterControllers(ctx context.Context, sc *Context, config *Config) error {
helm.Register(ctx, sc.Apply,
sc.Helm.Helm().V1().HelmChart(),
sc.Helm.Helm().V1().HelmChartConfig(),
sc.Batch.Batch().V1().Job(),
sc.Auth.Rbac().V1().ClusterRoleBinding(),
sc.Core.Core().V1().ServiceAccount(),