Skip to content

Commit

Permalink
[azure] updated storage version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ismaelpuerto committed Nov 25, 2024
1 parent a79c6b5 commit 36d0e8c
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 36d0e8c

Please sign in to comment.