Skip to content

Commit

Permalink
Update valuesprovider.go
Browse files Browse the repository at this point in the history
  • Loading branch information
rfranzke authored and schrodit committed Mar 8, 2022
1 parent dc461b8 commit 7408981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/controlplane/valuesprovider.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func getSecretConfigsFuncs(useTokenRequestor bool) secrets.Interface {

func shootAccessSecretsFunc(namespace string) []*gutil.ShootAccessSecret {
return []*gutil.ShootAccessSecret{
gutil.NewShootAccessSecret(equinixmetal.CloudControllerManagerImageName, ""),
gutil.NewShootAccessSecret(equinixmetal.CloudControllerManagerImageName, namespace),
}
}

Expand Down

0 comments on commit 7408981

Please sign in to comment.