Skip to content

Commit 7089e52

Browse files
committed
2 parents 409dbf6 + e58b518 commit 7089e52

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/read-from-keyvault.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# Use Blobfuse CSI Driver with storage account key(or sastoken) stored in Azure Key Vault
2-
3-
> Attention: Currently, we just support use Key Vault in static provisioning scenario.
1+
# Read storage account key(or sastoken) from Azure Key Vault
42

53
## Prerequisite
64

@@ -28,7 +26,7 @@ Please refer to [install blobfuse csi driver](https://github.com/csi-driver/blob
2826
## Create PV
2927
1. Download a `pv-blobfuse-csi-keyvault.yaml`, edit `keyVaultURL`, `keyVaultSecretName`, `containerName` in PV
3028
> `keyVaultSecretVersion` is the optional parameter. If not specified, it will be *current versoin*.
31-
```
29+
```console
3230
wget https://raw.githubusercontent.com/csi-driver/blobfuse-csi-driver/master/deploy/example/pv-blobfuse-csi-keyvault.yaml
3331
vi pv-blobfuse-csi-keyvault.yaml
3432
kubectl apply -f pv-blobfuse-csi-keyvault.yaml

0 commit comments

Comments
 (0)