Skip to content

Commit

Permalink
Merge pull request #33764 from cmurphy/secrets-cache-2.5
Browse files Browse the repository at this point in the history
[v2.5] Register Secrets cache for downstream cluster
  • Loading branch information
cmurphy authored Jul 27, 2021
2 parents fdccb7f + 100fce0 commit 500de20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/controllers/managementuser/controllers.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,6 @@ func RegisterFollower(ctx context.Context, cluster *config.UserContext, kubeConf
cluster.RBAC.RoleBindings("").Controller()
cluster.Core.Endpoints("").Controller()
cluster.APIAggregation.APIServices("").Controller()
cluster.Core.Secrets("").Controller()
return nil
}

0 comments on commit 500de20

Please sign in to comment.