From 2a41565cdb265334fd4dbf847e144890ec536bc9 Mon Sep 17 00:00:00 2001 From: Melanie Rush Date: Wed, 15 Apr 2020 12:57:06 -0600 Subject: [PATCH] yaml name fix --- config/samples/azure_v1alpha1_blobcontainer.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/samples/azure_v1alpha1_blobcontainer.yaml b/config/samples/azure_v1alpha1_blobcontainer.yaml index b3dadf1baf3..a7491ee1fd9 100644 --- a/config/samples/azure_v1alpha1_blobcontainer.yaml +++ b/config/samples/azure_v1alpha1_blobcontainer.yaml @@ -4,8 +4,8 @@ metadata: name: blobcontainer-sample spec: location: westus - resourcegroup: resourcegroup-sample - accountname: storageaccount-sample + resourcegroup: resourcegroup-azure-operators + accountname: storageaccountsample777 # accessLevel - Specifies whether data in the container may be accessed publicly and the level of access. # Possible values include: 'Container', 'Blob', 'None' accesslevel: Container \ No newline at end of file