Skip to content

Commit 4856a0c

Browse files
authored
Merge pull request #1590 from andyzhangx/update-inline-volume-doc
doc: update inline volume doc
2 parents 5c8b44d + 3784287 commit 4856a0c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deploy/example/e2e_usage.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ In the above example, there is a `/mnt/blob` directory mounted as `blobfuse` fil
133133

134134
#### Option#3: Inline volume
135135
> - inline volume does not support nfs protocol
136-
> - to avoid performance issue, use persistent volume instead of inline volume when numerous pods are accessing the same volume.
136+
> - to avoid performance issue, use persistent volume instead of inline volume when numerous pods are accessing the same volume
137+
> - `secretNamespace` parameter is not required since the secret must be in the same namespace as pod
137138
- in below blobfuse mount example, create `azure-secret` with existing storage account name and key in the same namespace as pod, both secret and pod are in `default` namespace
138139
```console
139140
kubectl create secret generic azure-secret --from-literal azurestorageaccountname=NAME --from-literal azurestorageaccountkey="KEY" --type=Opaque

0 commit comments

Comments
 (0)