Skip to content

Commit f5d5e10

Browse files
committed
chore: fix build failure
1 parent bac5824 commit f5d5e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/blob/azure.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ func GetCloudProvider(ctx context.Context, kubeClient kubernetes.Interface, node
142142
klog.V(2).Infof("starting node server on node(%s)", nodeID)
143143
}
144144

145-
repo, err = storage.NewRepository(*config, env, az.ComputeClientFactory, az.NetworkClientFactory)
145+
repo, err = storage.NewRepository(*config, env, az.AuthProvider, az.ComputeClientFactory, az.NetworkClientFactory)
146146
if err != nil {
147147
return nil, fmt.Errorf("failed to create storage repository: %v", err)
148148
}

0 commit comments

Comments
 (0)