mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Merge pull request #2108 from bigchaindb/uncomment-storageaccount-in-tendermint-sc
Problem: Inconsistent treatment of storageAccount across two storageClasses
This commit is contained in:
commit
2a3acecdff
@ -10,7 +10,7 @@ parameters:
|
|||||||
skuName: Premium_LRS #[Premium_LRS, Standard_LRS]
|
skuName: Premium_LRS #[Premium_LRS, Standard_LRS]
|
||||||
location: westeurope
|
location: westeurope
|
||||||
# If you have created a different storage account e.g. for Premium Storage
|
# If you have created a different storage account e.g. for Premium Storage
|
||||||
#storageAccount: <Storage account name>
|
storageAccount: <Storage account name>
|
||||||
# Use Managed Disk(s) with VMs using Managed Disks(Only used for Tectonic deployment)
|
# Use Managed Disk(s) with VMs using Managed Disks(Only used for Tectonic deployment)
|
||||||
#kind: Managed
|
#kind: Managed
|
||||||
---
|
---
|
||||||
@ -26,6 +26,6 @@ parameters:
|
|||||||
skuName: Premium_LRS #[Premium_LRS, Standard_LRS]
|
skuName: Premium_LRS #[Premium_LRS, Standard_LRS]
|
||||||
location: westeurope
|
location: westeurope
|
||||||
# If you have created a different storage account e.g. for Premium Storage
|
# If you have created a different storage account e.g. for Premium Storage
|
||||||
#storageAccount: <Storage account name>
|
storageAccount: <Storage account name>
|
||||||
# Use Managed Disk(s) with VMs using Managed Disks(Only used for Tectonic deployment)
|
# Use Managed Disk(s) with VMs using Managed Disks(Only used for Tectonic deployment)
|
||||||
#kind: Managed
|
#kind: Managed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user