Skip to content

Commit 8988b16

Browse files
committed
fix
1 parent ba271a4 commit 8988b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/blob/controllerserver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ func (d *Driver) CreateVolume(ctx context.Context, req *csi.CreateVolumeRequest)
303303
VNetName: vnetName,
304304
SubnetName: subnetName,
305305
AccessTier: accessTier,
306-
CreatePrivateEndpoint: createPrivateEndpoint,
306+
CreatePrivateEndpoint: pointer.BoolPtr(createPrivateEndpoint),
307307
StorageType: provider.StorageTypeBlob,
308308
StorageEndpointSuffix: storageEndpointSuffix,
309309
EnableBlobVersioning: enableBlobVersioning,

0 commit comments

Comments
 (0)