Skip to content

Commit 47bad6c

Browse files
committed
add storageclass-blobfuse-csi-existing-container.yaml
1 parent b2091ff commit 47bad6c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
apiVersion: storage.k8s.io/v1
2+
kind: StorageClass
3+
metadata:
4+
name: blobfuse.csi.azure.com
5+
provisioner: blobfuse.csi.azure.com
6+
parameters:
7+
skuName: Standard_LRS #available values: Standard_LRS, Standard_GRS, Standard_RAGRS
8+
resourceGroup: EXISTING_RESOURCE_GROUP
9+
storageAccount: EXISTING_STORAGE_ACCOUNT
10+
containerName: EXISTING_CONTAINER_NAME
11+
reclaimPolicy: Delete
12+
volumeBindingMode: Immediate

0 commit comments

Comments
 (0)