Allow ServiceAccountsController to manage multiple named service accounts

This commit is contained in:
Jordan Liggitt
2015-05-14 13:07:31 -04:00
parent fce749b048
commit 7e9281fc39
4 changed files with 140 additions and 73 deletions

View File

@@ -263,7 +263,7 @@ func (s *CMServer) Run(_ []string) error {
serviceaccount.NewServiceAccountsController(
kubeClient,
serviceaccount.DefaultServiceAccountControllerOptions(),
serviceaccount.DefaultServiceAccountsControllerOptions(),
).Run()
select {}