We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 618ff0f commit 3d525e3Copy full SHA for 3d525e3
deploy/example/storageclass-blobfuse-csi.yaml
@@ -5,5 +5,6 @@ metadata:
5
provisioner: blobfuse.csi.azure.com
6
parameters:
7
skuName: Standard_LRS #available values: Standard_LRS, Standard_GRS, Standard_RAGRS
8
+ containerName: test #if container "test" does not exist, driver will create "test" container
9
reclaimPolicy: Retain #If set as "Delete" container would be removed after pvc deletion
10
volumeBindingMode: Immediate
0 commit comments