Skip to content

Commit 9f275a4

Browse files
authored
doc: Update storage class parameters in YAML file
1 parent 71fca61 commit 9f275a4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

deploy/example/blobfuse-mi/storageclass-blobfuse-mi.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ provisioner: blob.csi.azure.com
77
parameters:
88
skuName: Premium_LRS
99
protocol: fuse
10-
resourceGroup: EXISTING_RESOURCE_GROUP_NAME # optional, node resource group by default if it's not provided
11-
storageAccount: EXISTING_STORAGE_ACCOUNT_NAME # optional, a new account will be created if it's not provided
12-
containerName: EXISTING_CONTAINER_NAME # optional, a new container will be created if it's not provided
10+
resourceGroup: EXISTING_RESOURCE_GROUP_NAME # optional, node resource group by default if it's not provided
11+
storageAccount: EXISTING_STORAGE_ACCOUNT_NAME # optional, a new account will be created if it's not provided
1312
AzureStorageAuthType: MSI
1413
AzureStorageIdentityClientID: "xxxxx-xxxx-xxx-xxx-xxxxxxx"
1514
reclaimPolicy: Delete

0 commit comments

Comments
 (0)