Add new argument to helm-controller

parent 393b6abc
......@@ -259,7 +259,8 @@ func coreControllers(ctx context.Context, sc *Context, config *Config) error {
auth.V1().ClusterRoleBinding(),
core.V1().ServiceAccount(),
core.V1().ConfigMap(),
core.V1().Secret())
core.V1().Secret(),
core.V1().Secret().Cache())
}
if config.ControlConfig.Rootless {
......
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