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 e323adb commit ab44a5dCopy full SHA for ab44a5d
deploy/example/nginx-blobfuse-inline-volume.yaml
@@ -21,6 +21,6 @@ spec:
21
csi:
22
driver: blob.csi.azure.com
23
volumeAttributes:
24
- containerName: EXISTING_CONTAINER_NAME
25
- secretName: azure-secret
26
- mountOptions: "-o allow_other --file-cache-timeout-in-seconds=120"
+ containerName: EXISTING_CONTAINER_NAME # required
+ secretName: azure-secret # required
+ mountOptions: "-o allow_other --file-cache-timeout-in-seconds=120" # optional
0 commit comments