Skip to content

Commit 27c3670

Browse files
authored
Update e2e_usage.md
1 parent e8ba9ca commit 27c3670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/example/e2e_usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ kubectl create -f https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-dri
1313
> This option does not depend on cloud provider config file, supports cross subscription and on-premise cluster scenario.
1414
- Use `kubectl create secret` to create `azure-secret` with existing storage account name and key
1515
```console
16-
kubectl create secret generic azure-secret --from-literal accountname=NAME --from-literal accountkey="KEY" --type=Opaque
16+
kubectl create secret generic azure-secret --from-literal azurestorageaccountname=NAME --from-literal azurestorageaccountkey="KEY" --type=Opaque
1717
```
1818

1919
- create storage class referencing `azure-secret`

0 commit comments

Comments
 (0)