Skip to content

Commit c678314

Browse files
authored
Merge pull request #835 from andyzhangx/fix-rg-assign
fix: resourceGroup assignment issue in PV config (static provisioning)
2 parents f402a05 + 1210d66 commit c678314

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)