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 ba91001 commit 241f958Copy full SHA for 241f958
deploy/example/e2e_usage.md
@@ -90,11 +90,17 @@ spec:
90
accessModes:
91
- ReadWriteMany
92
persistentVolumeReclaimPolicy: Retain
93
+ storageClassName: blob-fuse
94
+ mountOptions:
95
+ - -o allow_other
96
+ - --file-cache-timeout-in-seconds=120
97
csi:
98
driver: blob.csi.azure.com
99
# make sure volumeHandle is unique for every storage blob container in the cluster
100
volumeHandle: "{resource-group-name}#{account-name}#{container-name}"
101
volumeAttributes:
102
+ resourceGroup: EXISTING_RESOURCE_GROUP_NAME
103
+ storageAccount: EXISTING_STORAGE_ACCOUNT_NAME
104
containerName: EXISTING_CONTAINER_NAME
105
nodeStageSecretRef:
106
name: azure-secret
0 commit comments