Skip to content

Commit d816352

Browse files
committed
fix: enable enableHTTPSTrafficOnly by default for NFS account
1 parent d24149d commit d816352

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/blob/controllerserver.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ func (d *Driver) CreateVolume(ctx context.Context, req *csi.CreateVolumeRequest)
202202
enableNfsV3 *bool
203203
)
204204
if protocol == nfs {
205-
enableHTTPSTrafficOnly = false
206205
isHnsEnabled = to.BoolPtr(true)
207206
enableNfsV3 = to.BoolPtr(true)
208207
// set VirtualNetworkResourceIDs for storage account firewall setting

0 commit comments

Comments
 (0)