Skip to content

Commit

Permalink
Merge pull request #1477 from ismaelpuerto/master
Browse files Browse the repository at this point in the history
[azure] updated storage version.
  • Loading branch information
liranmauda authored Jan 6, 2025
2 parents 84fd834 + 6ceb4f8 commit 5746766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/system/azure_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func (r *Reconciler) CreateStorageAccount(accountName, accountGroupName string)
storage.AccountCreateParameters{
Sku: &storage.Sku{
Name: storage.StandardLRS},
Kind: storage.Storage,
Kind: storage.StorageV2,
Location: to.StringPtr(r.AzureContainerCreds.StringData["azure_region"]),
AccountPropertiesCreateParameters: &storage.AccountPropertiesCreateParameters{
EnableHTTPSTrafficOnly: &enableHTTPSTrafficOnly,
Expand Down

0 comments on commit 5746766

Please sign in to comment.