Skip to content

Commit 2b64ebc

Browse files
authored
Merge pull request #148 from andyzhangx/doc-fix
doc: Delete policy is not supported in static provisioning
2 parents 3ff8f7b + a782fb0 commit 2b64ebc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/example/e2e_usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ spec:
5959
storage: 10Gi
6060
accessModes:
6161
- ReadWriteMany
62-
persistentVolumeReclaimPolicy: Retain # if set as "Delete" container would be removed after pvc deletion
62+
persistentVolumeReclaimPolicy: Retain # "Delete" is not supported in static provisioning
6363
csi:
6464
driver: blobfuse.csi.azure.com
6565
readOnly: false

deploy/example/pv-blobfuse-csi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
storage: 10Gi
99
accessModes:
1010
- ReadWriteMany
11-
persistentVolumeReclaimPolicy: Retain # if set as "Delete" container would be removed after pvc deletion
11+
persistentVolumeReclaimPolicy: Retain # "Delete" is not supported in static provisioning
1212
csi:
1313
driver: blobfuse.csi.azure.com
1414
readOnly: false

0 commit comments

Comments
 (0)