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 ab44a5d commit 75dc315Copy full SHA for 75dc315
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 # required
25
- secretName: azure-secret # required
26
- mountOptions: "-o allow_other --file-cache-timeout-in-seconds=120" # optional
+ containerName: EXISTING_CONTAINER_NAME # required
+ secretName: azure-secret # required
+ mountOptions: "-o allow_other --file-cache-timeout-in-seconds=120" # optional
0 commit comments