Skip to content

Commit 1210d66

Browse files
committed
fix: resourceGroup assignment issue in PV config
1 parent f402a05 commit 1210d66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/blob/blob.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,8 @@ func (d *Driver) GetAuthEnv(ctx context.Context, volumeID, protocol string, attr
378378
switch strings.ToLower(k) {
379379
case subscriptionIDField:
380380
subsID = v
381+
case resourceGroupField:
382+
rgName = v
381383
case containerNameField:
382384
containerName = v
383385
case keyVaultURLField:

0 commit comments

Comments
 (0)