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.
2 parents 3ff8f7b + a782fb0 commit 2b64ebcCopy full SHA for 2b64ebc
deploy/example/e2e_usage.md
@@ -59,7 +59,7 @@ spec:
59
storage: 10Gi
60
accessModes:
61
- ReadWriteMany
62
- persistentVolumeReclaimPolicy: Retain # if set as "Delete" container would be removed after pvc deletion
+ persistentVolumeReclaimPolicy: Retain # "Delete" is not supported in static provisioning
63
csi:
64
driver: blobfuse.csi.azure.com
65
readOnly: false
deploy/example/pv-blobfuse-csi.yaml
@@ -8,7 +8,7 @@ spec:
8
9
10
11
12
13
14
0 commit comments