We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fae6d62 commit 5675829Copy full SHA for 5675829
pkg/blob/azure.go
@@ -60,7 +60,7 @@ func GetCloudProvider(ctx context.Context, kubeClient kubernetes.Interface, node
60
if kubeClient != nil {
61
az.KubeClient = kubeClient
62
klog.V(2).Infof("reading cloud config from secret %s/%s", secretNamespace, secretName)
63
- config, err := configloader.Load[azure.Config](ctx, &configloader.K8sSecretLoaderConfig{
+ config, err = configloader.Load[azure.Config](ctx, &configloader.K8sSecretLoaderConfig{
64
K8sSecretConfig: configloader.K8sSecretConfig{
65
SecretName: secretName,
66
SecretNamespace: secretNamespace,
0 commit comments