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 e8ba9ca commit 27c3670Copy full SHA for 27c3670
deploy/example/e2e_usage.md
@@ -13,7 +13,7 @@ kubectl create -f https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-dri
13
> This option does not depend on cloud provider config file, supports cross subscription and on-premise cluster scenario.
14
- Use `kubectl create secret` to create `azure-secret` with existing storage account name and key
15
```console
16
-kubectl create secret generic azure-secret --from-literal accountname=NAME --from-literal accountkey="KEY" --type=Opaque
+kubectl create secret generic azure-secret --from-literal azurestorageaccountname=NAME --from-literal azurestorageaccountkey="KEY" --type=Opaque
17
```
18
19
- create storage class referencing `azure-secret`
0 commit comments