Skip to content

Commit 6aac53f

Browse files
authored
Merge pull request #836 from k8s-infra-cherrypick-robot/cherry-pick-835-to-release-1.19
[release-1.19] fix: resourceGroup assignment issue in PV config (static provisioning)
2 parents 438eedf + 2e3ec69 commit 6aac53f

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
@@ -372,6 +372,8 @@ func (d *Driver) GetAuthEnv(ctx context.Context, volumeID, protocol string, attr
372372
switch strings.ToLower(k) {
373373
case subscriptionIDField:
374374
subsID = v
375+
case resourceGroupField:
376+
rgName = v
375377
case containerNameField:
376378
containerName = v
377379
case keyVaultURLField:

0 commit comments

Comments
 (0)