mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-05 19:21:37 +00:00
Allow ServiceAccountsController to manage multiple named service accounts
This commit is contained in:
@@ -263,7 +263,7 @@ func (s *CMServer) Run(_ []string) error {
|
||||
|
||||
serviceaccount.NewServiceAccountsController(
|
||||
kubeClient,
|
||||
serviceaccount.DefaultServiceAccountControllerOptions(),
|
||||
serviceaccount.DefaultServiceAccountsControllerOptions(),
|
||||
).Run()
|
||||
|
||||
select {}
|
||||
|
Reference in New Issue
Block a user