Skip to content

Commit 5746766

Browse files
authored
Merge pull request #1477 from ismaelpuerto/master
[azure] updated storage version.
2 parents 84fd834 + 6ceb4f8 commit 5746766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/system/azure_utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ func (r *Reconciler) CreateStorageAccount(accountName, accountGroupName string)
5151
storage.AccountCreateParameters{
5252
Sku: &storage.Sku{
5353
Name: storage.StandardLRS},
54-
Kind: storage.Storage,
54+
Kind: storage.StorageV2,
5555
Location: to.StringPtr(r.AzureContainerCreds.StringData["azure_region"]),
5656
AccountPropertiesCreateParameters: &storage.AccountPropertiesCreateParameters{
5757
EnableHTTPSTrafficOnly: &enableHTTPSTrafficOnly,

0 commit comments

Comments
 (0)