Commit 30c3c42f authored by Darren Shepherd's avatar Darren Shepherd

Add missing ConfigMap cache to helm apply

parent cef0fb7a
...@@ -133,7 +133,8 @@ func masterControllers(ctx context.Context, sc *Context, config *Config) error { ...@@ -133,7 +133,8 @@ func masterControllers(ctx context.Context, sc *Context, config *Config) error {
sc.Helm.Helm().V1().HelmChart(), sc.Helm.Helm().V1().HelmChart(),
sc.Batch.Batch().V1().Job(), sc.Batch.Batch().V1().Job(),
sc.Auth.Rbac().V1().ClusterRoleBinding(), sc.Auth.Rbac().V1().ClusterRoleBinding(),
sc.Core.Core().V1().ServiceAccount()) sc.Core.Core().V1().ServiceAccount(),
sc.Core.Core().V1().ConfigMap())
if err := servicelb.Register(ctx, if err := servicelb.Register(ctx,
sc.K8s, sc.K8s,
sc.Apply, sc.Apply,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment