Skip to content

Commit ab44a5d

Browse files
authored
Update nginx-blobfuse-inline-volume.yaml
1 parent e323adb commit ab44a5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deploy/example/nginx-blobfuse-inline-volume.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ spec:
2121
csi:
2222
driver: blob.csi.azure.com
2323
volumeAttributes:
24-
containerName: EXISTING_CONTAINER_NAME
25-
secretName: azure-secret
26-
mountOptions: "-o allow_other --file-cache-timeout-in-seconds=120"
24+
containerName: EXISTING_CONTAINER_NAME # required
25+
secretName: azure-secret # required
26+
mountOptions: "-o allow_other --file-cache-timeout-in-seconds=120" # optional

0 commit comments

Comments
 (0)