Skip to content

Commit c67c766

Browse files
authored
Merge pull request #438 from andyzhangx/external-storage-test-v1.21
test: run external storage test with k8s 1.21 suites
2 parents 29bf151 + 026d84f commit c67c766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/example/storageclass-blobfuse.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
provisioner: blob.csi.azure.com
77
parameters:
88
skuName: Standard_LRS # available values: Standard_LRS, Premium_LRS, Standard_GRS, Standard_RAGRS
9-
reclaimPolicy: Retain # if set as "Delete" container would be removed after pvc deletion
9+
reclaimPolicy: Delete
1010
volumeBindingMode: Immediate
1111
mountOptions:
1212
- -o allow_other

0 commit comments

Comments
 (0)