Skip to content

Commit 6ceb4f8

Browse files
ismaelpuertoliranmauda
authored andcommitted
[azure] updated storage version.
Signed-off-by: Ismael Puerto Freire <[email protected]> Expand bucket replication documentation Signed-off-by: Ben <[email protected]> Add S3 compatibility documentation Signed-off-by: Ben <[email protected]> Noobaa/Operator: Display error message While deleting OBC or Bucketclass which does not exist, we should display an error message and should not silently give success. Signed-off-by: Ashish Pandey <[email protected]> Add bucket types documentation Signed-off-by: Ben <[email protected]> Update `readme.md` Signed-off-by: Ben <[email protected]> noobaa/operator: Add tests for deletion Adding tests for deletion of non exiisting OBC and Bucketclass Signed-off-by: Ashish Pandey <[email protected]> bucket notification - check pvcName, not pvc DFBUGS 988, 991 (#1485) Signed-off-by: Amit Prinz Setter <[email protected]> Fix for region fetch from GetAWSRegion() Signed-off-by: Aayush Chouhan <[email protected]> Bucket Notification - connect filename simplification (#1494) Signed-off-by: Amit Prinz Setter <[email protected]>
1 parent 84fd834 commit 6ceb4f8

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)