Merge pull request #2108 from bigchaindb/uncomment-storageaccount-in-tendermint-sc

Problem: Inconsistent treatment of storageAccount across two storageClasses
This commit is contained in:
Ahmed Muawia Khan 2018-03-05 11:38:36 +01:00 committed by GitHub
commit 2a3acecdff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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