Skip to content

Commit

Permalink
Fix the service account name (kubernetes#1767)
Browse files Browse the repository at this point in the history
Co-authored-by: Lingxian Kong <anlin.kong@gmail.com>
  • Loading branch information
zetaab and lingxiankong authored Jan 26, 2022
1 parent ea447fb commit 1b5899e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/openstack/openstack.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ func init() {

// Initialize passes a Kubernetes clientBuilder interface to the cloud provider
func (os *OpenStack) Initialize(clientBuilder cloudprovider.ControllerClientBuilder, stop <-chan struct{}) {
clientset := clientBuilder.ClientOrDie("cloud-provider-openstack")
clientset := clientBuilder.ClientOrDie("cloud-controller-manager")
os.kclient = clientset
}

Expand Down

0 comments on commit 1b5899e

Please sign in to comment.