Skip to content

Commit 20313e0

Browse files
authored
Update e2e_usage.md
1 parent 0114433 commit 20313e0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

deploy/example/e2e_usage.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,13 @@ In the above example, there is a `/mnt/blob` directory mounted as `blobfuse` fil
131131

132132
#### Option#3: Inline volume
133133
> only available from `v1.2.0` for SMB protocol (NFS protocol is not supported)
134-
- Use `kubectl create secret` to create `azure-secret` with existing storage account name and key
134+
- Create `azure-secret` with existing storage account name and key in the same namespace as pod
135+
> in below example, both secret and pod are in `default` namespace
135136
```console
136137
kubectl create secret generic azure-secret --from-literal azurestorageaccountname=NAME --from-literal azurestorageaccountkey="KEY" --type=Opaque
137138
```
138139

139-
- download `nginx-pod-azurefile-inline-volume.yaml` file and edit `containerName`, `secretName`, `secretNamespace`
140+
- download `nginx-pod-azurefile-inline-volume.yaml` file and edit `containerName`, `secretName`
140141
```console
141142
wget https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/master/deploy/example/nginx-blobfuse-inline-volume.yaml
142143
#edit nginx-blobfuse-inline-volume.yaml

0 commit comments

Comments
 (0)