From 5154444cb21508738c0300f4d5e9be022aef92be Mon Sep 17 00:00:00 2001 From: Troy McConaghy Date: Wed, 28 Feb 2018 13:32:02 +0100 Subject: [PATCH] Uncomment storageAccount in tendermint-sc.yaml In pull request #2107, the `storageAccount` was uncommented in `mongo-sc.yaml` This pull request does the same in `tendermint-sc.yaml` --- k8s/tendermint/tendermint-sc.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/tendermint/tendermint-sc.yaml b/k8s/tendermint/tendermint-sc.yaml index 897edc52..8e93e00b 100644 --- a/k8s/tendermint/tendermint-sc.yaml +++ b/k8s/tendermint/tendermint-sc.yaml @@ -10,7 +10,7 @@ parameters: skuName: Premium_LRS #[Premium_LRS, Standard_LRS] location: westeurope # If you have created a different storage account e.g. for Premium Storage - #storageAccount: + storageAccount: # Use Managed Disk(s) with VMs using Managed Disks(Only used for Tectonic deployment) #kind: Managed --- @@ -26,6 +26,6 @@ parameters: skuName: Premium_LRS #[Premium_LRS, Standard_LRS] location: westeurope # If you have created a different storage account e.g. for Premium Storage - #storageAccount: + storageAccount: # Use Managed Disk(s) with VMs using Managed Disks(Only used for Tectonic deployment) #kind: Managed